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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 54 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom;
60 (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom; //hard-coded, driver need;
VideoEncoderMP4.cpp 132 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom;
140 (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom;
144 (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom;
VideoEncoderVP8.cpp 194 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom;
208 misc_framerate->framerate = (unsigned int) (frameRateNum + frameRateDenom /2) / frameRateDenom;
258 unsigned int frameRateDenom = mComParams.frameRate.frameRateDenom;
259 unsigned int frameRate = (unsigned int)(frameRateNum + frameRateDenom /2);
VideoEncoderAVC.cpp 956 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom;
    [all...]
VideoEncoderDef.h 207 uint32_t frameRateDenom;
213 this->frameRateDenom = other.frameRateDenom;

Completed in 87 milliseconds