Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Daudio_buffer.h81 AudioBufferBase<T> getView(int offsetInFrames, size_t lengthInFrames) const { in getView() argument
85 if (lengthInFrames > CountsConverter<T>::getFrameCount() - offsetInFrames) { in getView()
86 lengthInFrames = CountsConverter<T>::getFrameCount() - offsetInFrames; in getView()
89 getFrameAt(offsetInFrames), lengthInFrames, CountsConverter<T>::getChannelCount()); in getView()
119 int offsetInFrames = 0, size_t lengthInFrames = AudioBufferBase<T>::npos) const {
120 return AudioBufferBase<T>::getView(offsetInFrames, lengthInFrames);
144 int offsetInFrames = 0, size_t lengthInFrames = AudioBufferBase<T>::npos) const {
145 return AudioBufferBase<T>::getView(offsetInFrames, lengthInFrames);