Home
last modified time | relevance | path

Searched refs:first_slice (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264dec.c496 int first_slice = 0; in get_last_needed_nal() local
524 !first_slice || in get_last_needed_nal()
525 first_slice != nal->type) in get_last_needed_nal()
535 if (!first_slice) in get_last_needed_nal()
536 first_slice = nal->type; in get_last_needed_nal()
H A Dh264_slice.c1041 static int h264_init_ps(H264Context *h, const H264SliceContext *sl, int first_slice) in h264_init_ps() argument
1046 if (first_slice) { in h264_init_ps()
1083 if (first_slice && av_cmp_q(sps->sar, h->avctx->sample_aspect_ratio)) in h264_init_ps()
1138 av_assert1(first_slice); in h264_init_ps()
1541 const H2645NAL *nal, int first_slice) in h264_field_start()
1548 ret = h264_init_ps(h, sl, first_slice); in h264_field_start()
1840 int first_slice = sl == h->slice_ctx && !h->current_slice; in h264_slice_header_parse() local
1843 if (first_slice) in h264_slice_header_parse()
1886 if (!first_slice) { in h264_slice_header_parse()
2190 int first_slice in ff_h264_queue_decode_slice() local
1540 h264_field_start(H264Context *h, const H264SliceContext *sl, const H2645NAL *nal, int first_slice) h264_field_start() argument
[all...]
H A Dmpeg12dec.c81 int first_slice; member
2031 if (/* s->mb_y << field_pic == s->mb_height && */ !s->first_field && !s1->first_slice) { in slice_end()
2546 s->first_slice = 1; in decode_chunks()
2710 if (s->first_slice) { in decode_chunks()
2712 s->first_slice = 0; in decode_chunks()

Completed in 10 milliseconds