Home
last modified time | relevance | path

Searched refs:first_slice (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.c488 int first_slice = 0; in get_last_needed_nal() local
516 !first_slice || in get_last_needed_nal()
517 first_slice != nal->type) in get_last_needed_nal()
519 if (!first_slice) in get_last_needed_nal()
520 first_slice = nal->type; in get_last_needed_nal()
Dh264_slice.c1019 static int h264_init_ps(H264Context *h, const H264SliceContext *sl, int first_slice) in h264_init_ps() argument
1024 if (first_slice) { in h264_init_ps()
1061 if (first_slice && av_cmp_q(sps->sar, h->avctx->sample_aspect_ratio)) in h264_init_ps()
1116 av_assert1(first_slice); in h264_init_ps()
1455 const H2645NAL *nal, int first_slice) in h264_field_start() argument
1462 ret = h264_init_ps(h, sl, first_slice); in h264_field_start()
1749 int first_slice = sl == h->slice_ctx && !h->current_slice; in h264_slice_header_parse() local
1752 if (first_slice) in h264_slice_header_parse()
1795 if (!first_slice) { in h264_slice_header_parse()
2094 int first_slice = sl == h->slice_ctx && !h->current_slice; in ff_h264_queue_decode_slice() local
[all …]
Dmpeg12dec.c74 int first_slice; member
2051 if (/* s->mb_y << field_pic == s->mb_height && */ !s->first_field && !s1->first_slice) { in slice_end()
2574 s->first_slice = 1; in decode_chunks()
2734 if (s->first_slice) { in decode_chunks()
2736 s->first_slice = 0; in decode_chunks()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c71 gboolean first_slice; member
981 self->first_slice = TRUE; in gst_v4l2_codec_h264_dec_start_picture()
1181 if (self->first_slice) { in gst_v4l2_codec_h264_dec_submit_bitstream()
1199 self->first_slice = FALSE; in gst_v4l2_codec_h264_dec_submit_bitstream()