Searched refs:NTSC (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavdevice/
H A Dbktr.c64 #define NTSC 2 macro
71 /* PAL is 768 x 576. NTSC is 640 x 480 */
77 #define VIDEO_FORMAT NTSC
157 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break;
286 format = NTSC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dbktr.c64 #define NTSC 2 macro
71 /* PAL is 768 x 576. NTSC is 640 x 480 */
77 #define VIDEO_FORMAT NTSC
157 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break;
286 format = NTSC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dbktr.c64 #define NTSC 2 macro
71 /* PAL is 768 x 576. NTSC is 640 x 480 */
77 #define VIDEO_FORMAT NTSC
157 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break;
286 format = NTSC;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i2c/
H A Dch7006_mode.c35 [TV_NORM_NTSC_M] = "NTSC-M",
36 [TV_NORM_NTSC_J] = "NTSC-J",
54 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, NTSC),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_mode.c35 [TV_NORM_NTSC_M] = "NTSC-M",
36 [TV_NORM_NTSC_J] = "NTSC-J",
54 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, NTSC),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c3751 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; enumerator in enum:__anon1148
3758 norm = NTSC;
3770 norm = NTSC;
3772 /* Try to determine PAL/NTSC by peeking in the input files */
3785 norm = NTSC;
3795 fprintf(stderr, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC");
3799 fprintf(stderr, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n");
4098 { "tvstd", HAS_ARG | OPT_EXPERT | OPT_VIDEO | OPT_GRAB, {(void*)opt_video_standard}, "set television standard (NTSC, PAL (SECAM))", "standard" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c3751 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; enumerator in enum:__anon2053
3758 norm = NTSC;
3770 norm = NTSC;
3772 /* Try to determine PAL/NTSC by peeking in the input files */
3785 norm = NTSC;
3795 fprintf(stderr, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC");
3799 fprintf(stderr, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n");
4098 { "tvstd", HAS_ARG | OPT_EXPERT | OPT_VIDEO | OPT_GRAB, {(void*)opt_video_standard}, "set television standard (NTSC, PAL (SECAM))", "standard" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c3751 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; enumerator in enum:__anon36078
3758 norm = NTSC;
3770 norm = NTSC;
3772 /* Try to determine PAL/NTSC by peeking in the input files */
3785 norm = NTSC;
3795 fprintf(stderr, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC");
3799 fprintf(stderr, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n");
4098 { "tvstd", HAS_ARG | OPT_EXPERT | OPT_VIDEO | OPT_GRAB, {(void*)opt_video_standard}, "set television standard (NTSC, PAL (SECAM))", "standard" },

Completed in 132 milliseconds