Home
last modified time | relevance | path

Searched refs:WEBRTC_10MS_PCM_AUDIO (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.cc334 if (UpMix(*ptr_frame, WEBRTC_10MS_PCM_AUDIO, input_data->buffer) < 0) in Add10MsDataInternal()
337 if (DownMix(*ptr_frame, WEBRTC_10MS_PCM_AUDIO, input_data->buffer) < 0) in Add10MsDataInternal()
398 int16_t audio[WEBRTC_10MS_PCM_AUDIO]; in PreprocessToAddData()
406 if (DownMix(in_frame, WEBRTC_10MS_PCM_AUDIO, dest_ptr_audio) < 0) in PreprocessToAddData()
Daudio_coding_module_impl.h195 int16_t buffer[WEBRTC_10MS_PCM_AUDIO];
/external/webrtc/webrtc/modules/audio_coding/test/
DEncodeDecodeTest.cc121 : _playoutLengthSmpls(WEBRTC_10MS_PCM_AUDIO), in Receiver()
168 _playoutBuffer = new int16_t[WEBRTC_10MS_PCM_AUDIO]; in Setup()
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h35 #define WEBRTC_10MS_PCM_AUDIO 960 // 16 bits super wideband 48 kHz macro