Searched refs:acm2 (Results 1 - 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_neteq_unittest.cc15 namespace acm2 {} // namespace namespace in namespace:webrtc
H A Daudio_coding_module.cc15 #include "webrtc/modules/audio_coding/acm2/audio_coding_module_impl.h"
16 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
38 return new acm2::AudioCodingModuleImpl(config);
42 return static_cast<int>(acm2::RentACodec::NumberOfCodecs());
46 auto codec_id = acm2::RentACodec::CodecIdFromIndex(list_id);
49 auto ci = acm2::RentACodec::CodecInstById(*codec_id);
60 rtc::Optional<CodecInst> ci = acm2::RentACodec::CodecInstByParams(
80 rtc::Optional<acm2::RentACodec::CodecId> ci =
81 acm2::RentACodec::CodecIdByParams(payload_name, sampling_freq_hz,
85 rtc::Optional<int> i = acm2
[all...]
H A Dacm_resampler.h18 namespace acm2 { namespace in namespace:webrtc
36 } // namespace acm2
H A Dcall_statistics.h32 namespace acm2 { namespace in namespace:webrtc
59 } // namespace acm2
H A Dacm_codec_database.h21 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
26 namespace acm2 { namespace in namespace:webrtc
79 } // namespace acm2
H A Dcall_statistics.cc11 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
17 namespace acm2 { namespace in namespace:webrtc
53 } // namespace acm2
H A Dacm_resampler.cc11 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
20 namespace acm2 { namespace in namespace:webrtc
62 } // namespace acm2
H A Dcall_statistics_unittest.cc12 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
16 namespace acm2 { namespace in namespace:webrtc
50 } // namespace acm2
H A Dcodec_manager.h20 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
29 namespace acm2 { namespace in namespace:webrtc
64 } // namespace acm2
H A Dinitial_delay_manager.h19 namespace acm2 { namespace in namespace:webrtc
116 } // namespace acm2
H A Dacm_receiver.h25 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
26 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
27 #include "webrtc/modules/audio_coding/acm2/initial_delay_manager.h"
38 namespace acm2 { namespace in namespace:webrtc
303 } // namespace acm2
H A Dcodec_manager_unittest.cc13 #include "webrtc/modules/audio_coding/acm2/codec_manager.h"
14 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
17 namespace acm2 { namespace in namespace:webrtc
72 } // namespace acm2
H A Dacm_codec_database.cc18 #include "webrtc/modules/audio_coding/acm2/acm_codec_database.h"
23 #include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
28 namespace acm2 { namespace in namespace:webrtc
331 } // namespace acm2
H A Daudio_coding_module_impl.h22 #include "webrtc/modules/audio_coding/acm2/acm_receiver.h"
23 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
24 #include "webrtc/modules/audio_coding/acm2/codec_manager.h"
31 namespace acm2 { namespace in namespace:webrtc
280 } // namespace acm2
H A Dcodec_manager.cc11 #include "webrtc/modules/audio_coding/acm2/codec_manager.h"
16 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
20 namespace acm2 { namespace in namespace:webrtc
193 } // namespace acm2
H A Dinitial_delay_manager.cc11 #include "webrtc/modules/audio_coding/acm2/initial_delay_manager.h"
15 namespace acm2 { namespace in namespace:webrtc
240 } // namespace acm2
H A Drent_a_codec.h39 namespace acm2 { namespace in namespace:webrtc
246 } // namespace acm2
H A Drent_a_codec_unittest.cc14 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
17 namespace acm2 { namespace in namespace:webrtc
221 } // namespace acm2
H A Drent_a_codec.cc11 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
39 #include "webrtc/modules/audio_coding/acm2/acm_codec_database.h"
40 #include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
43 namespace acm2 { namespace in namespace:webrtc
306 } // namespace acm2
H A Dacm_receiver.cc11 #include "webrtc/modules/audio_coding/acm2/acm_receiver.h"
24 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
25 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
34 namespace acm2 { namespace in namespace:webrtc
539 } // namespace acm2
H A Dacm_receiver_unittest_oldapi.cc11 #include "webrtc/modules/audio_coding/acm2/acm_receiver.h"
18 #include "webrtc/modules/audio_coding/acm2/audio_coding_module_impl.h"
26 namespace acm2 { namespace in namespace:webrtc
396 } // namespace acm2
H A Dinitial_delay_manager_unittest.cc14 #include "webrtc/modules/audio_coding/acm2/initial_delay_manager.h"
18 namespace acm2 { namespace in namespace:webrtc
374 } // namespace acm2
H A Daudio_coding_module_impl.cc11 #include "webrtc/modules/audio_coding/acm2/audio_coding_module_impl.h"
21 #include "webrtc/modules/audio_coding/acm2/acm_common_defs.h"
22 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
23 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
33 namespace acm2 { namespace in namespace:webrtc
827 } // namespace acm2
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dopus_test.h18 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
51 acm2::ACMResampler resampler_;
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.h23 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
60 using NetEqDecoder = acm2::RentACodec::NetEqDecoder;

Completed in 139 milliseconds

12