Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dinternal.h85 #define FF_CODEC_CAP_SETS_FRAME_PROPS (1 << 8) macro
Ddecode.c236 if (!(avctx->codec->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in ff_decode_get_packet()
509 if (!(avctx->codec->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in decode_simple_internal()
555 if (!(avctx->codec->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS) && in decode_receive_frame_internal()
1750 if (!(avctx->codec->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in ff_decode_frame_props()
Dcrystalhd.c788 .caps_internal = FF_CODEC_CAP_SETS_FRAME_PROPS, \
Dcuviddec.c1153 .caps_internal = FF_CODEC_CAP_SETS_FRAME_PROPS, \