Home
last modified time | relevance | path

Searched refs:kHardware (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/video_codecs/
Dvideo_decoder_software_fallback_wrapper.cc68 kHardware, enumerator
129 decoder_type_ = DecoderType::kHardware; in InitHwDecoder()
137 decoder_type_ == DecoderType::kHardware); in InitFallbackDecoder()
148 if (decoder_type_ == DecoderType::kHardware) { in InitFallbackDecoder()
199 case DecoderType::kHardware: { in Decode()
246 case DecoderType::kHardware: in Release()
/external/webrtc/test/scenario/
Dscenario_config.h124 enum Implementation { kFake, kSoftware, kHardware } implementation = kFake; enumerator
Dvideo_stream.cc394 case VideoStreamConfig::Encoder::Implementation::kHardware: in SendVideoStream()