HomeSort by relevance Sort by last modified time
    Searched refs:s_vbv_op (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 435 ive_ctl_set_vbv_params_op_t s_vbv_op; local
448 s_vbv_op.u4_size = sizeof(ive_ctl_set_vbv_params_op_t);
450 status = ive_api_function(mCodecCtx, &s_vbv_ip, &s_vbv_op);
452 ALOGE("Unable to set VBC params = 0x%x\n", s_vbv_op.u4_error_code);
    [all...]
  /external/libavc/test/encoder/
main.c 1250 ih264e_ctl_set_vbv_params_op_t s_vbv_op; local
    [all...]

Completed in 82 milliseconds