Searched refs:VideoDecoderSoftwareFallbackWrapper (Results 1 – 4 of 4) sorted by relevance
50 VideoDecoderSoftwareFallbackWrapper::VideoDecoderSoftwareFallbackWrapper( in VideoDecoderSoftwareFallbackWrapper() function in webrtc::VideoDecoderSoftwareFallbackWrapper58 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()
69 VideoDecoderSoftwareFallbackWrapper fallback_wrapper_;
89 class VideoDecoderSoftwareFallbackWrapper : public webrtc::VideoDecoder {91 VideoDecoderSoftwareFallbackWrapper(VideoCodecType codec_type,
2269 new webrtc::VideoDecoderSoftwareFallbackWrapper(type, external_decoder); in AllocatedDecoder()