HomeSort by relevance Sort by last modified time
    Searched refs:frameRateDenom (Results 1 - 9 of 9) 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);
VideoEncoderDef.h 207 uint32_t frameRateDenom;
213 this->frameRateDenom = other.frameRateDenom;
PVSoftMPEG4Encoder.cpp 133 mComParams.frameRate.frameRateDenom = 1;
313 mComParams.frameRate.frameRateDenom;
VideoEncoderAVC.cpp 956 uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom;
    [all...]
VideoEncoderBase.cpp 930 mComParams.frameRate.frameRateDenom = 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.cpp 117 framerate.frameRate.frameRateDenom = 1;
OMXVideoEncoderBase.cpp 284 mEncoderParams->frameRate.frameRateDenom = 1;
302 LOGV("frameRate.frameRateDenom = %d\n", mEncoderParams->frameRate.frameRateDenom);
705 framerate.frameRate.frameRateDenom = 1;
    [all...]

Completed in 133 milliseconds