HomeSort by relevance Sort by last modified time
    Searched defs:VCMCodecTimer (Results 1 - 2 of 2) 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();

Completed in 94 milliseconds