Searched refs:PAL (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.c62 #define PAL 1 macro
71 /* PAL is 768 x 576. NTSC is 640 x 480 */
153 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
282 format = PAL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavdevice/
H A Dbktr.c62 #define PAL 1 macro
71 /* PAL is 768 x 576. NTSC is 640 x 480 */
153 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
282 format = PAL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavdevice/
H A Dbktr.c62 #define PAL 1 macro
71 /* PAL is 768 x 576. NTSC is 640 x 480 */
153 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
282 format = PAL;
/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.c30 [TV_NORM_PAL] = "PAL",
31 [TV_NORM_PAL_M] = "PAL-M",
32 [TV_NORM_PAL_N] = "PAL-N",
33 [TV_NORM_PAL_NC] = "PAL-Nc",
34 [TV_NORM_PAL_60] = "PAL-60",
68 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, PAL),
86 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, PAL),
93 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, PAL),
/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.c30 [TV_NORM_PAL] = "PAL",
31 [TV_NORM_PAL_M] = "PAL-M",
32 [TV_NORM_PAL_N] = "PAL-N",
33 [TV_NORM_PAL_NC] = "PAL-Nc",
34 [TV_NORM_PAL_60] = "PAL-60",
68 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, PAL),
86 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, PAL),
93 .dispmode = bitfs(CH7006_DISPMODE_OUTPUT_STD, PAL),
/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
3755 norm = PAL;
3768 norm = PAL;
3772 /* Try to determine PAL/NTSC by peeking in the input files */
3782 norm = PAL;
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");
3811 opt_frame_size(norm == PAL ? "352x288" : "352x240");
3813 opt_default("g", norm == PAL
[all...]
/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
3755 norm = PAL;
3768 norm = PAL;
3772 /* Try to determine PAL/NTSC by peeking in the input files */
3782 norm = PAL;
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");
3811 opt_frame_size(norm == PAL ? "352x288" : "352x240");
3813 opt_default("g", norm == PAL
[all...]
/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
3755 norm = PAL;
3768 norm = PAL;
3772 /* Try to determine PAL/NTSC by peeking in the input files */
3782 norm = PAL;
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");
3811 opt_frame_size(norm == PAL ? "352x288" : "352x240");
3813 opt_default("g", norm == PAL
[all...]

Completed in 225 milliseconds