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

  /external/webrtc/webrtc/modules/video_coding/
codec_timer.cc 20 VCMCodecTimer::VCMCodecTimer()
25 void VCMCodecTimer::Reset() {
36 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs) {
45 void VCMCodecTimer::UpdateMaxHistory(int32_t decodeTime, int64_t now) {
72 void VCMCodecTimer::ProcessHistory(int64_t nowMs) {
93 int32_t VCMCodecTimer::RequiredDecodeTimeMs(FrameType /*frameType*/) const {
codec_timer.h 31 class VCMCodecTimer {
33 VCMCodecTimer();
timing.h 110 VCMCodecTimer codec_timer_ GUARDED_BY(crit_sect_);

Completed in 947 milliseconds