HomeSort by relevance Sort by last modified time
    Searched refs:acm2 (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_neteq_unittest.cc 15 namespace acm2 {} // namespace namespace in namespace:webrtc
audio_coding_module.cc 15 #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::RentACodec::CodecIndexFromId(*ci)
    [all...]
call_statistics.h 32 namespace acm2 { namespace in namespace:webrtc
59 } // namespace acm2
acm_resampler.h 18 namespace acm2 { namespace in namespace:webrtc
36 } // namespace acm2
acm_codec_database.h 21 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
26 namespace acm2 { namespace in namespace:webrtc
79 } // namespace acm2
call_statistics.cc 11 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
17 namespace acm2 { namespace in namespace:webrtc
53 } // namespace acm2
codec_manager.h 20 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
29 namespace acm2 { namespace in namespace:webrtc
64 } // namespace acm2
acm_resampler.cc 11 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
20 namespace acm2 { namespace in namespace:webrtc
62 } // namespace acm2
call_statistics_unittest.cc 12 #include "webrtc/modules/audio_coding/acm2/call_statistics.h"
16 namespace acm2 { namespace in namespace:webrtc
50 } // namespace acm2
initial_delay_manager.h 19 namespace acm2 { namespace in namespace:webrtc
116 } // namespace acm2
acm_receiver.h 25 #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
codec_manager_unittest.cc 13 #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
acm_codec_database.cc 18 #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
audio_coding_module_impl.h 22 #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
codec_manager.cc 11 #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
initial_delay_manager.cc 11 #include "webrtc/modules/audio_coding/acm2/initial_delay_manager.h"
15 namespace acm2 { namespace in namespace:webrtc
240 } // namespace acm2
rent_a_codec.h 39 namespace acm2 { namespace in namespace:webrtc
246 } // namespace acm2
rent_a_codec_unittest.cc 14 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
17 namespace acm2 { namespace in namespace:webrtc
221 } // namespace acm2
rent_a_codec.cc 11 #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
acm_receiver.cc 11 #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
acm_receiver_unittest_oldapi.cc 11 #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
initial_delay_manager_unittest.cc 14 #include "webrtc/modules/audio_coding/acm2/initial_delay_manager.h"
18 namespace acm2 { namespace in namespace:webrtc
374 } // namespace acm2
audio_coding_module_impl.cc 11 #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/
opus_test.h 18 #include "webrtc/modules/audio_coding/acm2/acm_resampler.h"
51 acm2::ACMResampler resampler_;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h 23 #include "webrtc/modules/audio_coding/acm2/rent_a_codec.h"
60 using NetEqDecoder = acm2::RentACodec::NetEqDecoder;

Completed in 224 milliseconds

1 2