Home
last modified time | relevance | path

Searched refs:FF_CODEC_CAP_SETS_FRAME_PROPS (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcodec_internal.h75 #define FF_CODEC_CAP_SETS_FRAME_PROPS (1 << 8) macro
H A Ddecode.c219 if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in ff_decode_get_packet()
494 if (!(codec->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in decode_simple_internal()
541 if (!(codec->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS) && in decode_receive_frame_internal()
1267 if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) { in ff_decode_frame_props()
H A Dcrystalhd.c790 .caps_internal = FF_CODEC_CAP_SETS_FRAME_PROPS, \
H A Dcuviddec.c1132 .caps_internal = FF_CODEC_CAP_SETS_FRAME_PROPS, \
/third_party/ffmpeg/libavcodec/tests/
H A Davcodec.c149 FF_CODEC_CAP_SETS_FRAME_PROPS) || in main()

Completed in 6 milliseconds