HomeSort by relevance Sort by last modified time
    Searched refs:WEBRTC_10MS_PCM_AUDIO (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 35 #define WEBRTC_10MS_PCM_AUDIO 960 // 16 bits super wideband 48 kHz
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 334 if (UpMix(*ptr_frame, WEBRTC_10MS_PCM_AUDIO, input_data->buffer) < 0)
337 if (DownMix(*ptr_frame, WEBRTC_10MS_PCM_AUDIO, input_data->buffer) < 0)
398 int16_t audio[WEBRTC_10MS_PCM_AUDIO];
406 if (DownMix(in_frame, WEBRTC_10MS_PCM_AUDIO, dest_ptr_audio) < 0)
audio_coding_module_impl.h 195 int16_t buffer[WEBRTC_10MS_PCM_AUDIO];
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 121 : _playoutLengthSmpls(WEBRTC_10MS_PCM_AUDIO),
168 _playoutBuffer = new int16_t[WEBRTC_10MS_PCM_AUDIO];

Completed in 143 milliseconds