Home
last modified time | relevance | path

Searched refs:num_split_frames_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc58 num_split_frames_(rtc::CheckedDivExact(proc_num_frames_, num_bands_)), in AudioBuffer()
313 new ChannelBuffer<int16_t>(num_split_frames_, 1)); in mixed_low_pass_data()
317 num_split_frames_, num_channels_, in mixed_low_pass_data()
357 return num_split_frames_; in num_frames_per_band()
448 new ChannelBuffer<int16_t>(num_split_frames_, in CopyLowPassToReference()
Daudio_buffer.h143 size_t num_split_frames_; variable