HomeSort by relevance Sort by last modified time
    Searched refs:VCMCodecTimer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_timer.cc 21 VCMCodecTimer::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
codec_timer.h 33 class VCMCodecTimer
36 VCMCodecTimer();
timing.h 108 VCMCodecTimer codec_timer_ GUARDED_BY(crit_sect_);

Completed in 3479 milliseconds