Home | History | Annotate | Download | only in videoencoder

Lines Matching defs:frameRateDenom

956     uint32_t frameRateDenom = mComParams.frameRate.frameRateDenom;
993 (unsigned int) (frameRateNum + frameRateDenom /2 ) / frameRateDenom;
1008 avcSeqParams.num_units_in_tick = frameRateDenom;