Home
last modified time | relevance | path

Searched refs:nrOfFrames (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc257 int32_t nrOfFrames = 0; in CalculateFrameRate() local
265 nrOfFrames++; in CalculateFrameRate()
272 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
276 return nrOfFrames; in CalculateFrameRate()