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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
codec_timer.h 48 void UpdateMaxHistory(int32_t decodeTime, int64_t now);
codec_timer.cc 55 UpdateMaxHistory(decodeTime, nowMs);
65 VCMCodecTimer::UpdateMaxHistory(int32_t decodeTime, int64_t now)

Completed in 93 milliseconds