Lines Matching refs:ffcodec
173 const FFCodec *const codec = ffcodec(avctx->codec);
219 if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) {
281 const FFCodec *const codec = ffcodec(avctx->codec);
526 const FFCodec *const codec = ffcodec(avctx->codec);
847 ret = ffcodec(avctx->codec)->cb.decode_sub(avctx, sub, got_sub_ptr, pkt);
897 if (avctx->hw_device_ctx && ffcodec(avctx->codec)->hw_configs) {
901 config = &ffcodec(avctx->codec)->hw_configs[i]->public;
1013 hw_config = ffcodec(avctx->codec)->hw_configs[i];
1157 if (ffcodec(avctx->codec)->hw_configs) {
1159 hw_config = ffcodec(avctx->codec)->hw_configs[i];
1267 if (!(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_SETS_FRAME_PROPS)) {
1470 !(ffcodec(avctx->codec)->caps_internal & FF_CODEC_CAP_EXPORTS_CROPPING)) {