Home
last modified time | relevance | path

Searched refs:VideoDecoderSoftwareFallbackWrapper (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_decoder.cc50 VideoDecoderSoftwareFallbackWrapper::VideoDecoderSoftwareFallbackWrapper( in VideoDecoderSoftwareFallbackWrapper() function in webrtc::VideoDecoderSoftwareFallbackWrapper
58 int32_t VideoDecoderSoftwareFallbackWrapper::InitDecode( in InitDecode()
66 bool VideoDecoderSoftwareFallbackWrapper::InitFallbackDecoder() { in InitFallbackDecoder()
85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode()
116 int32_t VideoDecoderSoftwareFallbackWrapper::RegisterDecodeCompleteCallback( in RegisterDecodeCompleteCallback()
125 int32_t VideoDecoderSoftwareFallbackWrapper::Release() { in Release()
131 int32_t VideoDecoderSoftwareFallbackWrapper::Reset() { in Reset()
137 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const { in PrefersLateDecoding()
143 const char* VideoDecoderSoftwareFallbackWrapper::ImplementationName() const { in ImplementationName()
Dvideo_decoder_unittest.cc69 VideoDecoderSoftwareFallbackWrapper fallback_wrapper_;
/external/webrtc/webrtc/
Dvideo_decoder.h89 class VideoDecoderSoftwareFallbackWrapper : public webrtc::VideoDecoder {
91 VideoDecoderSoftwareFallbackWrapper(VideoCodecType codec_type,
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc2269 new webrtc::VideoDecoderSoftwareFallbackWrapper(type, external_decoder); in AllocatedDecoder()