HomeSort by relevance Sort by last modified time
    Searched defs:PrefersLateDecoding (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/video/
video_decoder.cc 137 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const {
139 return fallback_decoder_->PrefersLateDecoding();
140 return decoder_->PrefersLateDecoding();
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.cc 188 bool VCMGenericDecoder::PrefersLateDecoding() const {
189 return _decoder->PrefersLateDecoding();
codec_database.cc 519 bool VCMCodecDataBase::PrefersLateDecoding() const {
522 return ptr_decoder_->PrefersLateDecoding();
  /external/webrtc/webrtc/
video_decoder.h 81 virtual bool PrefersLateDecoding() const { return true; }
108 bool PrefersLateDecoding() const override;

Completed in 227 milliseconds