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

  /external/webrtc/webrtc/common_audio/
channel_buffer.cc 21 fbuf_(num_frames, num_channels, num_bands) {}
32 return &fbuf_;
42 return &fbuf_;
49 float* const* float_channels = fbuf_.channels();
63 const float* const* float_channels = fbuf_.channels();
channel_buffer.h 164 mutable ChannelBuffer<float> fbuf_; member in class:webrtc::IFChannelBuffer

Completed in 59 milliseconds