Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dnormal.cc65 size_t length_per_channel = length / output->Channels(); in Process() local
66 std::unique_ptr<int16_t[]> signal(new int16_t[length_per_channel]); in Process()
71 (*output)[channel_ix].CopyTo(length_per_channel, 0, signal.get()); in Process()
75 WebRtcSpl_MaxAbsValueW16(signal.get(), length_per_channel); in Process()
78 std::min(static_cast<size_t>(fs_mult * 64), length_per_channel); in Process()
112 static_cast<int>((16384 - mute_factor) / length_per_channel); in Process()
114 for (size_t i = 0; i < length_per_channel; i++) { in Process()
Daudio_multi_vector.cc78 size_t length_per_channel = append_this.size() / num_channels_; in PushBackInterleaved() local
79 int16_t* temp_array = new int16_t[length_per_channel]; // Temporary storage. in PushBackInterleaved()
84 for (size_t i = 0; i < length_per_channel; ++i) { in PushBackInterleaved()
88 channels_[channel]->PushBack(temp_array, length_per_channel); in PushBackInterleaved()
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc101 size_t length_per_channel; member
266 input_data.audio_channel * input_data.length_per_channel), in Encode()
393 input_data->length_per_channel = ptr_frame->samples_per_channel_; in Add10MsDataInternal()
404 input_data->length_per_channel * input_data->audio_channel); in Add10MsDataInternal()