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

  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 53 proc_num_frames_(process_num_frames),
57 num_bands_(NumBandsFromSamplesPerChannel(proc_num_frames_)),
58 num_split_frames_(rtc::CheckedDivExact(proc_num_frames_, num_bands_)),
63 data_(new IFChannelBuffer(proc_num_frames_, num_proc_channels_)) {
65 assert(proc_num_frames_ > 0);
70 if (input_num_frames_ != proc_num_frames_ ||
71 output_num_frames_ != proc_num_frames_) {
73 process_buffer_.reset(new ChannelBuffer<float>(proc_num_frames_,
76 if (input_num_frames_ != proc_num_frames_) {
80 proc_num_frames_));
    [all...]
audio_buffer.h 55 // 0 <= sample < |proc_num_frames_|
134 const size_t proc_num_frames_; member in class:webrtc::AudioBuffer

Completed in 2391 milliseconds