Searched refs:frameRateDenom (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderH263.cpp54 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom; local
60 (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom; //hard-coded, driver need;
H A DVideoEncoderMP4.cpp132 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom; local
140 (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom;
144 (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom;
H A DVideoEncoderVP8.cpp194 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom; local
208 misc_framerate->framerate = (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom;
258 unsigned int frameRateDenom = mComParams.frameRate.frameRateDenom; local
259 unsigned int frameRate = (unsigned int)(frameRateNum + frameRateDenom /2);
H A DVideoEncoderDef.h205 uint32_t frameRateDenom; member in struct:VideoFrameRate
211 this->frameRateDenom = other.frameRateDenom;
H A DPVSoftMPEG4Encoder.cpp133 mComParams.frameRate.frameRateDenom = 1;
313 mComParams.frameRate.frameRateDenom;
H A DVideoEncoderAVC.cpp956 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom; local
993 (unsigned int) (frameRateNum + frameRateDenom /2 ) / frameRateDenom;
1008 avcSeqParams.num_units_in_tick = frameRateDenom;
H A DVideoEncoderBase.cpp933 mComParams.frameRate.frameRateDenom = 1;
1876 (unsigned int) (mComParams.frameRate.frameRateNum + mComParams.frameRate.frameRateDenom/2)
1877 / mComParams.frameRate.frameRateDenom;
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderVP8.cpp117 framerate.frameRate.frameRateDenom = 1;
H A DOMXVideoEncoderBase.cpp291 mEncoderParams->frameRate.frameRateDenom = 1;
309 LOGV("frameRate.frameRateDenom = %d\n", mEncoderParams->frameRate.frameRateDenom);
713 framerate.frameRate.frameRateDenom = 1;

Completed in 49 milliseconds