Searched defs:PrefersLateDecoding (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_decoder.cc137 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const { function in class:webrtc::VideoDecoderSoftwareFallbackWrapper
139 return fallback_decoder_->PrefersLateDecoding();
140 return decoder_->PrefersLateDecoding();
/external/webrtc/webrtc/
H A Dvideo_decoder.h81 virtual bool PrefersLateDecoding() const { return true; } function in class:webrtc::VideoDecoder
108 bool PrefersLateDecoding() const override;
/external/webrtc/webrtc/modules/video_coding/
H A Dgeneric_decoder.cc188 bool VCMGenericDecoder::PrefersLateDecoding() const { function in class:webrtc::VCMGenericDecoder
189 return _decoder->PrefersLateDecoding();
H A Dcodec_database.cc519 bool VCMCodecDataBase::PrefersLateDecoding() const { function in class:webrtc::VCMCodecDataBase
522 return ptr_decoder_->PrefersLateDecoding();

Completed in 79 milliseconds