Searched refs:PAL (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dbktr.c65 #define PAL 1 macro
74 /* PAL is 768 x 576. NTSC is 640 x 480 */
155 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
255 case PAL: s->framerate = av_strdup("pal"); break;
320 { "standard", "", offsetof(VideoData, standard), AV_OPT_TYPE_INT, {.i64 = VIDEO_FORMAT}, PAL, NTSCJ, AV_OPT_FLAG_DECODING_PARAM, "standard" },
321 { "PAL", "", 0, AV_OPT_TYPE_CONST, {.i64 = PAL}, 0, 0, AV_OPT_FLAG_DECODING_PARAM, "standard" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dbktr.c64 #define PAL 1 macro
73 /* PAL is 768 x 576. NTSC is 640 x 480 */
155 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break;
261 case PAL: s->framerate = av_strdup("pal"); break;
328 { "standard", "", offsetof(VideoData, standard), AV_OPT_TYPE_INT, {.dbl = VIDEO_FORMAT}, PAL, NTSCJ, AV_OPT_FLAG_DECODING_PARAM, "standard" },
329 { "PAL", "", 0, AV_OPT_TYPE_CONST, {.dbl = PAL}, 0, 0, AV_OPT_FLAG_DECODING_PARAM, "standard" },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c2150 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; enumerator in enum:__anon3044
2154 norm = PAL;
2163 /* Try to determine PAL/NTSC by peeking in the input files */
2173 norm = PAL;
2185 av_log(NULL, AV_LOG_INFO, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC");
2189 av_log(NULL, AV_LOG_FATAL, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n");
2200 parse_option(o, "s", norm == PAL ? "352x288" : "352x240", options);
2202 av_dict_set(&o->g->codec_opts, "g", norm == PAL ? "15" : "18", AV_DICT_DONT_OVERWRITE);
2228 parse_option(o, "s", norm == PAL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c3999 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; enumerator in enum:__anon1823
4003 norm = PAL;
4016 norm = PAL;
4020 /* Try to determine PAL/NTSC by peeking in the input files */
4030 norm = PAL;
4043 fprintf(stderr, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC");
4047 fprintf(stderr, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n");
4058 opt_frame_size("s", norm == PAL ? "352x288" : "352x240");
4060 opt_default("g", norm == PAL
[all...]
H A Davconv.c4198 enum { PAL, NTSC, FILM, UNKNOWN } norm = UNKNOWN; enumerator in enum:__anon1813
4202 norm = PAL;
4211 /* Try to determine PAL/NTSC by peeking in the input files */
4221 norm = PAL;
4233 av_log(NULL, AV_LOG_INFO, "Assuming %s for target.\n", norm == PAL ? "PAL" : "NTSC");
4237 av_log(NULL, AV_LOG_FATAL, "Could not determine norm (PAL/NTSC/NTSC-Film) for target.\n");
4248 parse_option(o, "s", norm == PAL ? "352x288" : "352x240", options);
4250 opt_default("g", norm == PAL ? "15" : "18");
4276 parse_option(o, "s", norm == PAL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Drv40dsp.asm444 ; For timebases without rounding error (i.e. PAL), the fractions

Completed in 133 milliseconds