Searched defs:VCMCodecTimer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_timer.cc21 VCMCodecTimer::VCMCodecTimer() function in class:webrtc::VCMCodecTimer
31 int32_t VCMCodecTimer::StopTimer(int64_t startTimeMs, int64_t nowMs)
38 void VCMCodecTimer::Reset()
51 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs)
65 VCMCodecTimer::UpdateMaxHistory(int32_t decodeTime, int64_t now)
104 VCMCodecTimer::ProcessHistory(int64_t nowMs)
131 int32_t VCMCodecTimer::RequiredDecodeTimeMs(FrameType /*frameType*/) const
H A Dcodec_timer.h33 class VCMCodecTimer class in namespace:webrtc
36 VCMCodecTimer();

Completed in 192 milliseconds