Searched refs:fact_ (Results 1 – 2 of 2) sorted by relevance
384 : fact_(real_factory), codec_ids_(codec_ids) {} in TEST_P()386 return fact_->GetSupportedEncoders(); in TEST_P()390 return fact_->QueryAudioEncoder(format); in TEST_P()398 return fact_->MakeAudioEncoder(payload_type, format, codec_pair_id); in TEST_P()402 const rtc::scoped_refptr<webrtc::AudioEncoderFactory> fact_; in TEST_P() member in TEST_P::IdLoggingAudioEncoderFactory411 : fact_(real_factory), codec_ids_(codec_ids) {} in TEST_P()413 return fact_->GetSupportedDecoders(); in TEST_P()416 return fact_->IsSupportedDecoder(format); in TEST_P()423 return fact_->MakeAudioDecoder(format, codec_pair_id); in TEST_P()427 const rtc::scoped_refptr<webrtc::AudioDecoderFactory> fact_; in TEST_P() member in TEST_P::IdLoggingAudioDecoderFactory
978 fact_(CreateBuiltinAudioDecoderFactory()) { in ADFactory()1002 return fact_->GetSupportedDecoders(); in GetSupportedDecoders()1006 : fact_->IsSupportedDecoder(format); in IsSupportedDecoder()1013 : fact_->MakeAudioDecoder(format, codec_pair_id); in MakeAudioDecoder()1041 rtc::scoped_refptr<AudioDecoderFactory> fact_; // Fallback factory. member in webrtc::ADFactory