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

  /external/webrtc/webrtc/common_audio/
lapped_transform.cc 22 void LappedTransform::BlockThunk::ProcessBlock(const float* const* input,
55 LappedTransform::LappedTransform(size_t num_in_channels,
95 void LappedTransform::ProcessChunk(const float* const* in_chunk,
lapped_transform.h 31 class LappedTransform {
49 LappedTransform(size_t num_in_channels,
56 ~LappedTransform() {}
69 // Returns the same chunk_length passed to the LappedTransform constructor.
77 // Returns the same num_in_channels passed to the LappedTransform constructor.
85 // Returns the same num_out_channels passed to the LappedTransform
94 explicit BlockThunk(LappedTransform* parent) : parent_(parent) {}
103 LappedTransform* const parent_;

Completed in 233 milliseconds