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

  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 328 ive_ctl_set_bitrate_op_t s_bitrate_op; local
340 s_bitrate_op.u4_size = sizeof(ive_ctl_set_bitrate_op_t);
342 status = ive_api_function(mCodecCtx, &s_bitrate_ip, &s_bitrate_op);
344 ALOGE("Unable to set bit rate = 0x%x\n", s_bitrate_op.u4_error_code);
    [all...]
  /external/libavc/test/encoder/
main.c 1116 ih264e_ctl_set_bitrate_op_t s_bitrate_op; local
    [all...]

Completed in 3444 milliseconds