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

  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 58 num_split_frames_(rtc::CheckedDivExact(proc_num_frames_, num_bands_)),
313 new ChannelBuffer<int16_t>(num_split_frames_, 1));
317 num_split_frames_, num_channels_, local
357 return num_split_frames_;
448 new ChannelBuffer<int16_t>(num_split_frames_,
audio_buffer.h 67 // 0 <= sample < |num_split_frames_|
79 // 0 <= sample < |num_split_frames_|
143 size_t num_split_frames_; member in class:webrtc::AudioBuffer

Completed in 810 milliseconds