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

  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 351 ive_ctl_set_qp_op_t s_qp_op; local
373 s_qp_op.u4_size = sizeof(ive_ctl_set_qp_op_t);
375 status = ive_api_function(mCodecCtx, &s_qp_ip, &s_qp_op);
377 ALOGE("Unable to set qp 0x%x\n", s_qp_op.u4_error_code);
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp 385 ive_ctl_set_qp_op_t s_qp_op; local
407 s_qp_op.u4_size = sizeof(ive_ctl_set_qp_op_t);
409 status = ive_api_function(mCodecCtx, &s_qp_ip, &s_qp_op);
411 ALOGE("Unable to set qp 0x%x\n", s_qp_op.u4_error_code);
    [all...]
  /external/libavc/test/encoder/
main.c 1177 ih264e_ctl_set_qp_op_t s_qp_op; local
    [all...]

Completed in 269 milliseconds