Home
last modified time | relevance | path

Searched refs:s_vbv_op (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp410 ive_ctl_set_vbv_params_op_t s_vbv_op; in setVbvParams() local
423 s_vbv_op.u4_size = sizeof(ive_ctl_set_vbv_params_op_t); in setVbvParams()
425 status = ive_api_function(mCodecCtx, &s_vbv_ip, &s_vbv_op); in setVbvParams()
427 ALOGE("Unable to set VBC params = 0x%x\n", s_vbv_op.u4_error_code); in setVbvParams()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp723 ive_ctl_set_vbv_params_op_t s_vbv_op; in setVbvParams() local
736 s_vbv_op.u4_size = sizeof(ive_ctl_set_vbv_params_op_t); in setVbvParams()
738 status = ive_api_function(mCodecCtx, &s_vbv_ip, &s_vbv_op); in setVbvParams()
740 ALOGE("Unable to set VBV params = 0x%x\n", s_vbv_op.u4_error_code); in setVbvParams()