Searched refs:PrefersLateDecoding (Results 1 – 8 of 8) sorted by relevance
137 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VideoDecoderSoftwareFallbackWrapper139 return fallback_decoder_->PrefersLateDecoding(); in PrefersLateDecoding()140 return decoder_->PrefersLateDecoding(); in PrefersLateDecoding()
81 virtual bool PrefersLateDecoding() const { return true; } in PrefersLateDecoding() function108 bool PrefersLateDecoding() const override;
188 bool VCMGenericDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VCMGenericDecoder189 return _decoder->PrefersLateDecoding(); in PrefersLateDecoding()
97 bool PrefersLateDecoding() const;
123 bool PrefersLateDecoding() const;
519 bool VCMCodecDataBase::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VCMCodecDataBase522 return ptr_decoder_->PrefersLateDecoding(); in PrefersLateDecoding()
276 prefer_late_decoding = _codecDataBase.PrefersLateDecoding(); in Decode()
93 bool PrefersLateDecoding() const override { return true; } in PrefersLateDecoding() function in webrtc_jni::MediaCodecVideoDecoder