Home
last modified time | relevance | path

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

/external/webrtc/video/
Dframe_dumping_decoder.cc35 bool PrefersLateDecoding() const override;
76 bool FrameDumpingDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::__anon3a29915b0111::FrameDumpingDecoder
77 return decoder_->PrefersLateDecoding(); in PrefersLateDecoding()
/external/webrtc/test/
Dvideo_decoder_proxy_factory.h64 bool PrefersLateDecoding() const { return decoder_->PrefersLateDecoding(); } in PrefersLateDecoding() function
/external/webrtc/api/video_codecs/
Dvideo_decoder_software_fallback_wrapper.cc53 bool PrefersLateDecoding() const override;
265 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::__anonc6c2dd860111::VideoDecoderSoftwareFallbackWrapper
266 return active_decoder().PrefersLateDecoding(); in PrefersLateDecoding()
Dvideo_decoder.cc27 bool VideoDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VideoDecoder
Dvideo_decoder.h62 virtual bool PrefersLateDecoding() const;
/external/webrtc/modules/video_coding/
Ddecoder_database.cc133 bool VCMDecoderDataBase::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VCMDecoderDataBase
134 return ptr_decoder_ ? ptr_decoder_->PrefersLateDecoding() : true; in PrefersLateDecoding()
Ddecoder_database.h67 bool PrefersLateDecoding() const;
Dgeneric_decoder.cc270 bool VCMGenericDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::VCMGenericDecoder
271 return decoder_->PrefersLateDecoding(); in PrefersLateDecoding()
Dgeneric_decoder.h103 bool PrefersLateDecoding() const;
Dvideo_receiver.cc178 maxWaitTimeMs, _codecDataBase.PrefersLateDecoding()); in Decode()
/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_decoder.cc126 bool QualityAnalyzingVideoDecoder::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoDecoder
127 return delegate_->PrefersLateDecoding(); in PrefersLateDecoding()
Dquality_analyzing_video_decoder.h72 bool PrefersLateDecoding() const override;
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.h53 bool PrefersLateDecoding() const override;
Dvideo_decoder_wrapper.cc147 bool VideoDecoderWrapper::PrefersLateDecoding() const { in PrefersLateDecoding() function in webrtc::jni::VideoDecoderWrapper