Home
last modified time | relevance | path

Searched refs:AudioDecoderProxyFactory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/test/
H A Daudio_decoder_proxy_factory.h27 class AudioDecoderProxyFactory : public AudioDecoderFactory {
29 explicit AudioDecoderProxyFactory(AudioDecoder* decoder) in AudioDecoderProxyFactory() function
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc492 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&decoder_); in TEST_F()
560 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&mock_decoder)); in TEST_F()
1005 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&mock_decoder)); in TEST_F()
1096 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&decoder)); in TEST_F()
1223 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&mock_decoder)); in TEST_F()
1282 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&mock_decoder)); in TEST_F()
1387 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&mock_decoder)); in TEST_F()
H A Dneteq_network_stats_unittest.cc164 rtc::make_ref_counted<AudioDecoderProxyFactory>(decoder)), in NetEqNetworkStatsTest()
311 rtc::scoped_refptr<AudioDecoderProxyFactory> decoder_factory_;
H A Dneteq_decoder_plc_unittest.cc210 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(&dec), in RunTest()
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest.cc893 rtc::make_ref_counted<test::AudioDecoderProxyFactory>(opus_decoder.get()); in TEST_F()