Searched refs:StopDecodeTimer (Results 1 – 5 of 5) sorted by relevance
153 void VCMTiming::StopDecodeTimer(uint32_t /*time_stamp*/, in StopDecodeTimer() function in webrtc::VCMTiming157 StopDecodeTimer(decode_time_ms, now_ms); in StopDecodeTimer()160 void VCMTiming::StopDecodeTimer(int32_t decode_time_ms, int64_t now_ms) { in StopDecodeTimer() function in webrtc::VCMTiming
66 void StopDecodeTimer(int32_t decode_time_ms, int64_t now_ms);69 void StopDecodeTimer(uint32_t time_stamp,
79 timing.StopDecodeTimer(kDecodeTimeMs, clock.TimeInMilliseconds()); in TEST()
109 _timing->StopDecodeTimer(*decode_time_ms, now.ms()); in Decoded()
271 timing_.StopDecodeTimer(*casted_decode_time_ms, decode_stop_time_ms); in OnDecodedFrameCallback()