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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 41 mVideoParamsVP8.max_frame_size_ratio = 0;
272 misc_maxframesize->max_frame_size = (unsigned int)((bitRate/frameRate) * mVideoParamsVP8.max_frame_size_ratio);
447 encConfigVP8MaxFrameSizeRatio->max_frame_size_ratio = mVideoParamsVP8.max_frame_size_ratio;
499 mVideoParamsVP8.max_frame_size_ratio = encConfigVP8MaxFrameSizeRatio->max_frame_size_ratio;
VideoEncoderDef.h 673 uint32_t max_frame_size_ratio; member in struct:VideoParamsVP8
716 uint32_t max_frame_size_ratio; member in struct:VideoConfigVP8MaxFrameSizeRatio
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.cpp 314 configVP8MaxFrameSizeRatio.max_frame_size_ratio = p->nMaxFrameSizeRatio;

Completed in 54 milliseconds