Home
last modified time | relevance | path

Searched refs:is_pal (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddvaudiodec.c29 int is_pal; member
54 s->is_pal = s->block_size == 8640; in decode_init()
60 const unsigned a = s->is_pal ? 18 : 15; in decode_init()
102 frame->nb_samples = dv_get_audio_sample_count(pkt->data + 244, s->is_pal); in decode_frame()
115 *dst++ = AV_RB16(&v[s->is_pal ? 4320 : 3600]); in decode_frame()
Dfraps.c153 int is_pal; in decode_frame() local
163 is_pal = buf[1] == 2 && version == 1; in decode_frame()
173 if (is_pal) { in decode_frame()
225 … avctx->pix_fmt = version & 1 ? is_pal ? AV_PIX_FMT_PAL8 : AV_PIX_FMT_BGR24 : AV_PIX_FMT_YUVJ420P; in decode_frame()
261 if (is_pal) { in decode_frame()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.c640 gboolean is_widescreen, is_pal; in gst_flups_demux_handle_dvd_event() local
644 gst_structure_get_boolean (structure, "video-pal-format", &is_pal)) { in gst_flups_demux_handle_dvd_event()
651 "video-pal-format", G_TYPE_BOOLEAN, is_pal, NULL); in gst_flups_demux_handle_dvd_event()