Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/
Dchannel_buffer.cc21 fbuf_(num_frames, num_channels, num_bands) {} in IFChannelBuffer()
32 return &fbuf_; in fbuf()
42 return &fbuf_; in fbuf_const()
49 float* const* float_channels = fbuf_.channels(); in RefreshF()
63 const float* const* float_channels = fbuf_.channels(); in RefreshI()
Dchannel_buffer.h164 mutable ChannelBuffer<float> fbuf_; variable