Home
last modified time | relevance | path

Searched refs:sampling_freq_hz (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dfake_media_process.h22 int sampling_freq_hz, in Process() argument
27 sin(2.0 * 3.14 * frequency * 400.0 / sampling_freq_hz)); in Process()
32 frequency * 400.0 / sampling_freq_hz)); in Process()
35 frequency * 400.0 / sampling_freq_hz)); in Process()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc58 int sampling_freq_hz, in Codec() argument
61 payload_name, sampling_freq_hz, channels); in Codec()
78 int sampling_freq_hz, in Codec() argument
81 acm2::RentACodec::CodecIdByParams(payload_name, sampling_freq_hz, in Codec()
Drent_a_codec.cc47 int sampling_freq_hz, in CodecIdByParams() argument
50 ACMCodecDB::CodecId(payload_name, sampling_freq_hz, channels)); in CodecIdByParams()
65 int sampling_freq_hz, in CodecInstByParams() argument
68 CodecIdByParams(payload_name, sampling_freq_hz, channels); in CodecInstByParams()
Dacm_send_test_oldapi.cc51 int sampling_freq_hz, in RegisterCodec() argument
57 sampling_freq_hz, channels)); in RegisterCodec()
Drent_a_codec.h164 int sampling_freq_hz,
169 int sampling_freq_hz,
Dacm_send_test_oldapi.h39 int sampling_freq_hz,
Daudio_coding_module_unittest_oldapi.cc1079 int sampling_freq_hz, in RegisterSendCodec() argument
1087 sampling_freq_hz, in RegisterSendCodec()
1462 int sampling_freq_hz, in RegisterSendCodec() argument
1467 return send_test_->RegisterCodec(payload_name, sampling_freq_hz, channels, in RegisterSendCodec()
1552 int sampling_freq_hz, in RegisterSendCodec() argument
1558 sampling_freq_hz_ = sampling_freq_hz; in RegisterSendCodec()
1560 payload_name, sampling_freq_hz, channels, payload_type, in RegisterSendCodec()
/external/webrtc/webrtc/modules/audio_coding/test/
DTestAllCodecs.cc358 int32_t sampling_freq_hz, int rate, in RegisterSendCodec() argument
363 sampling_freq_hz, rate, packet_size); in RegisterSendCodec()
385 static_cast<float>(sampling_freq_hz * 8) + 0.875) + extra_byte; in RegisterSendCodec()
411 sampling_freq_hz, 1)); in RegisterSendCodec()
DTestStereo.cc682 int32_t sampling_freq_hz, int rate, in RegisterSendCodec() argument
688 sampling_freq_hz, rate, pack_size); in RegisterSendCodec()
697 static_cast<float>(sampling_freq_hz * 8) + in RegisterSendCodec()
719 sampling_freq_hz, channels), -1); in RegisterSendCodec()
DTestAllCodecs.h64 void RegisterSendCodec(char side, char* codec_name, int32_t sampling_freq_hz,
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h137 int sampling_freq_hz, size_t channels);
155 static int Codec(const char* payload_name, int sampling_freq_hz,