Searched defs:length_out_buff (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc78 int DownMix(const AudioFrame& frame, int length_out_buff, int16_t* out_buff) { argument
79 if (length_out_buff < frame.samples_per_channel_) {
88 int UpMix(const AudioFrame& frame, int length_out_buff, int16_t* out_buff) { argument
89 if (length_out_buff < frame.samples_per_channel_) {

Completed in 411 milliseconds