Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dvideo_decimator.cc127 int32_t nrOfFrames = 0; in ProcessIncomingframe_rate() local
134 nrOfFrames++; in ProcessIncomingframe_rate()
141 incoming_frame_rate_ = nrOfFrames * 1000.0f / static_cast<float>(diff); in ProcessIncomingframe_rate()
144 incoming_frame_rate_ = static_cast<float>(nrOfFrames); in ProcessIncomingframe_rate()
/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_impl.cc374 int32_t nrOfFrames = 0; in CalculateFrameRate() local
384 nrOfFrames++; in CalculateFrameRate()
392 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
396 return nrOfFrames; in CalculateFrameRate()