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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 178 uint32_t cir_num_mbs; member in struct:CirParams
183 this->cir_num_mbs = other.cir_num_mbs;
VideoEncoderAVC.cpp 875 misc_cir_param->cir_num_mbs = mComParams.cirParams.cir_num_mbs;
876 LOG_I( "cir_num_mbs %d \n", misc_cir_param->cir_num_mbs);
    [all...]
  /hardware/intel/img/psb_video/src/
tng_H264ES.c 483 if (psMiscCirParams->cir_num_mbs > 0) {
486 ctx->ui16IntraRefresh = psMiscCirParams->cir_num_mbs;
    [all...]
  /hardware/intel/common/libva/va/
va.h 1488 unsigned int cir_num_mbs; member in struct:_VAEncMiscParameterCIR
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp 656 configCIR.cirParams.cir_num_mbs = mParamVideoRefresh.nCirMBs;
    [all...]

Completed in 225 milliseconds