OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFrameRatePeriodMs
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_video/include/
incoming_video_stream.h
73
enum {
kFrameRatePeriodMs
= 1000 };
/external/webrtc/webrtc/common_video/
incoming_video_stream.cc
77
if (now_ms >= last_rate_calculation_time_ms_ +
kFrameRatePeriodMs
) {
Completed in 506 milliseconds