Searched refs:DecoderType (Results 1 – 1 of 1) sorted by relevance
66 enum class DecoderType { enum in webrtc::__anon232896ab0111::VideoDecoderSoftwareFallbackWrapper85 : decoder_type_(DecoderType::kNone), in VideoDecoderSoftwareFallbackWrapper()105 RTC_DCHECK(decoder_type_ == DecoderType::kNone); in InitDecode()114 RTC_DCHECK(decoder_type_ == DecoderType::kNone); in InitDecode()123 RTC_DCHECK(decoder_type_ == DecoderType::kNone); in InitHwDecoder()129 decoder_type_ = DecoderType::kHardware; in InitHwDecoder()136 RTC_DCHECK(decoder_type_ == DecoderType::kNone || in InitFallbackDecoder()137 decoder_type_ == DecoderType::kHardware); in InitFallbackDecoder()148 if (decoder_type_ == DecoderType::kHardware) { in InitFallbackDecoder()151 decoder_type_ = DecoderType::kFallback; in InitFallbackDecoder()[all …]