Home
last modified time | relevance | path

Searched refs:StopDecodeTimer (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/video_coding/
Dtiming.cc153 void VCMTiming::StopDecodeTimer(uint32_t /*time_stamp*/, in StopDecodeTimer() function in webrtc::VCMTiming
157 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
Dtiming.h66 void StopDecodeTimer(int32_t decode_time_ms, int64_t now_ms);
69 void StopDecodeTimer(uint32_t time_stamp,
Dtiming_unittest.cc79 timing.StopDecodeTimer(kDecodeTimeMs, clock.TimeInMilliseconds()); in TEST()
Dgeneric_decoder.cc109 _timing->StopDecodeTimer(*decode_time_ms, now.ms()); in Decoded()
/external/webrtc/video/
Dvideo_stream_decoder_impl.cc271 timing_.StopDecodeTimer(*casted_decode_time_ms, decode_stop_time_ms); in OnDecodedFrameCallback()