Home
last modified time | relevance | path

Searched refs:OnDecoderTiming (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.h50 void OnDecoderTiming(int decode_ms,
Dreceive_statistics_proxy.cc97 void ReceiveStatisticsProxy::OnDecoderTiming(int decode_ms, in OnDecoderTiming() function in webrtc::ReceiveStatisticsProxy
Dvie_channel.h241 virtual void OnDecoderTiming(int decode_ms,
Dvie_channel.cc1020 void ViEChannel::OnDecoderTiming(int decode_ms, in OnDecoderTiming() function in webrtc::ViEChannel
1030 receive_stats_callback_->OnDecoderTiming( in OnDecoderTiming()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h114 virtual void OnDecoderTiming(int decode_ms,
/external/webrtc/webrtc/modules/video_coding/
Dvideo_receiver.cc90 _decoderTimingCallback->OnDecoderTiming( in Process()