Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_decoder_software_fallback_wrapper.cc34 class VideoDecoderSoftwareFallbackWrapper final : public VideoDecoder { class
36 VideoDecoderSoftwareFallbackWrapper(
39 ~VideoDecoderSoftwareFallbackWrapper() override;
79 VideoDecoderSoftwareFallbackWrapper::VideoDecoderSoftwareFallbackWrapper( in VideoDecoderSoftwareFallbackWrapper() function in webrtc::__anon85798c750111::VideoDecoderSoftwareFallbackWrapper
92 VideoDecoderSoftwareFallbackWrapper::~VideoDecoderSoftwareFallbackWrapper() =
95 bool VideoDecoderSoftwareFallbackWrapper::Configure(const Settings& settings) { in Configure()
111 bool VideoDecoderSoftwareFallbackWrapper::InitHwDecoder() { in InitHwDecoder()
123 bool VideoDecoderSoftwareFallbackWrapper::InitFallbackDecoder() { in InitFallbackDecoder()
144 void VideoDecoderSoftwareFallbackWrapper::UpdateFallbackDecoderHistograms() { in UpdateFallbackDecoderHistograms()
177 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode()
[all …]