Searched refs:PrefersLateDecoding (Results 1 – 14 of 14) sorted by relevance
35 bool PrefersLateDecoding() const override;76 bool FrameDumpingDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::__anon3a29915b0111::FrameDumpingDecoder77 return decoder_->PrefersLateDecoding(); in PrefersLateDecoding()
64 bool PrefersLateDecoding() const { return decoder_->PrefersLateDecoding(); } in PrefersLateDecoding() function
53 bool PrefersLateDecoding() const override;265 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::__anonc6c2dd860111::VideoDecoderSoftwareFallbackWrapper266 return active_decoder().PrefersLateDecoding(); in PrefersLateDecoding()
27 bool VideoDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VideoDecoder
62 virtual bool PrefersLateDecoding() const;
133 bool VCMDecoderDataBase::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VCMDecoderDataBase134 return ptr_decoder_ ? ptr_decoder_->PrefersLateDecoding() : true; in PrefersLateDecoding()
67 bool PrefersLateDecoding() const;
270 bool VCMGenericDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VCMGenericDecoder271 return decoder_->PrefersLateDecoding(); in PrefersLateDecoding()
103 bool PrefersLateDecoding() const;
178 maxWaitTimeMs, _codecDataBase.PrefersLateDecoding()); in Decode()
126 bool QualityAnalyzingVideoDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoder127 return delegate_->PrefersLateDecoding(); in PrefersLateDecoding()
72 bool PrefersLateDecoding() const override;
53 bool PrefersLateDecoding() const override;
147 bool VideoDecoderWrapper::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::jni::VideoDecoderWrapper