Home
last modified time | relevance | path

Searched refs:has_slice (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264dec.c562 h->has_slice = 0; in decode_nal_units()
620 h->has_slice = 1; in decode_nal_units()
769 if (h->cur_pic_ptr && !h->droppable && h->has_slice) { in decode_nal_units()
1000 if (!(avctx->flags2 & AV_CODEC_FLAG2_CHUNKS) && (!h->cur_pic_ptr || !h->has_slice)) { in h264_decode_frame()
Dh264dec.h452 …int has_slice; ///< slice NAL is found in the packet, set by decode_nal_units, its state … member