Home
last modified time | relevance | path

Searched refs:AV_CODEC_FLAG2_SHOW_ALL (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddxa.c287 if (!(avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL)) in decode_frame()
Davcodec.h376 #define AV_CODEC_FLAG2_SHOW_ALL (1 << 22) macro
Dh264dec.c879 (h->avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL) || in finalize_frame()
Doptions_table.h78 …frames before the first keyframe", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG2_SHOW_ALL }, INT_MI…
Dmpeg12dec.c2697 … if (s2->pict_type == AV_PICTURE_TYPE_I || (s2->avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL)) in decode_chunks()
Dh264_slice.c1437 !(h->avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL)) { in h264_select_output_frame()