Home
last modified time | relevance | path

Searched refs:OnDecoderImplementationName (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dgeneric_decoder.cc103 void VCMDecodedFrameCallback::OnDecoderImplementationName( in OnDecoderImplementationName() function in webrtc::VCMDecodedFrameCallback
107 _receiveCallback->OnDecoderImplementationName(implementation_name); in OnDecoderImplementationName()
156 _callback->OnDecoderImplementationName(_decoder->ImplementationName()); in Decode()
Dgeneric_decoder.h47 void OnDecoderImplementationName(const char* implementation_name);
/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.h48 void OnDecoderImplementationName(const char* implementation_name);
Dreceive_statistics_proxy.cc85 void ReceiveStatisticsProxy::OnDecoderImplementationName( in OnDecoderImplementationName() function in webrtc::ReceiveStatisticsProxy
Dvie_channel.h233 void OnDecoderImplementationName(const char* implementation_name) override;
Dvie_channel.cc995 void ViEChannel::OnDecoderImplementationName(const char* implementation_name) { in OnDecoderImplementationName() function in webrtc::ViEChannel
998 receive_stats_callback_->OnDecoderImplementationName(implementation_name); in OnDecoderImplementationName()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h81 virtual void OnDecoderImplementationName(const char* implementation_name) {} in OnDecoderImplementationName() function