Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization.cc592 int32_t nr_of_frames = 0; in ProcessIncomingFrameRate() local
599 nr_of_frames++; in ProcessIncomingFrameRate()
607 incoming_frame_rate_ = nr_of_frames * 1000.0f / static_cast<float>(diff); in ProcessIncomingFrameRate()