Searched refs:codecctl_intp (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvpxenc.c | 389 static av_cold int codecctl_intp(AVCodecContext *avctx, in codecctl_intp() function 430 if (!codecctl_intp(avctx, VP9E_GET_LEVEL, &level_out)) in vpx_free() 1097 codecctl_intp(avctx, VP9E_SET_SVC_PARAMETERS, (int *)&svc_params); in vpx_init() 1682 codecctl_intp(avctx, VP9E_SET_SVC_REF_FRAME_CONFIG, (int *)&ctx->ref_frame_config); in vpx_encode() 1750 codecctl_intp(avctx, VP9E_SET_SVC_LAYER_ID, (int *)&layer_id); in vpx_encode()
|
H A D | libaomenc.c | 339 static av_cold int codecctl_intp(AVCodecContext *avctx, in codecctl_intp() function 379 if (!codecctl_intp(avctx, AV1E_GET_NUM_OPERATING_POINTS, in aom_free() 381 !codecctl_intp(avctx, AV1E_GET_SEQ_LEVEL_IDX, levels) && in aom_free() 382 !codecctl_intp(avctx, AV1E_GET_TARGET_SEQ_LEVEL_IDX, in aom_free()
|
Completed in 5 milliseconds