OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrOfFrames
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
video_decimator.cc
127
int32_t
nrOfFrames
= 0;
134
nrOfFrames
++;
141
incoming_frame_rate_ =
nrOfFrames
* 1000.0f / static_cast<float>(diff);
144
incoming_frame_rate_ = static_cast<float>(
nrOfFrames
);
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc
374
int32_t
nrOfFrames
= 0;
384
nrOfFrames
++;
392
return uint32_t((
nrOfFrames
* 1000.0f / diff) + 0.5f);
396
return
nrOfFrames
;
Completed in 218 milliseconds