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/
H A Davcodec.h321 #define AV_CODEC_FLAG2_SHOW_ALL (1 << 22) macro
H A Ddxa.c288 if (!(avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL)) in decode_frame()
H A Dh264dec.c904 (h->avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL) || in finalize_frame()
H A Doptions_table.h82 {"showall", "Show all frames before the first keyframe", 0, AV_OPT_TYPE_CONST, {.i64 = AV_CODEC_FLAG2_SHOW_ALL }, INT_MIN, INT_MAX, V|D, "flags2"},
H A Dmpeg12dec.c2673 if (s2->pict_type == AV_PICTURE_TYPE_I || (s2->avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL)) in decode_chunks()
H A Dh264_slice.c1523 !(h->avctx->flags2 & AV_CODEC_FLAG2_SHOW_ALL)) { in h264_select_output_frame()

Completed in 15 milliseconds