Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnormal.cc74 size_t length_per_channel = length / output->Channels(); in Process() local
77 WebRtcSpl_MaxAbsValueW16(signal, length_per_channel); in Process()
80 std::min(static_cast<size_t>(fs_mult * 64), length_per_channel); in Process()
115 for (size_t i = 0; i < length_per_channel; i++) { in Process()
182 size_t length_per_channel = length / output->Channels(); in Process() local
183 for (size_t i = 0; i < length_per_channel; i++) { in Process()
Daudio_multi_vector.cc76 size_t length_per_channel = length / num_channels_; in PushBackInterleaved() local
77 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved()
82 for (size_t i = 0; i < length_per_channel; ++i) { in PushBackInterleaved()
86 channels_[channel]->PushBack(temp_array, length_per_channel); in PushBackInterleaved()
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h191 size_t length_per_channel; member
Daudio_coding_module_impl.cc154 input_data.length_per_channel), in Encode()
352 input_data->length_per_channel = ptr_frame->samples_per_channel_; in Add10MsDataInternal()