Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Daudio_buffer.h36 size_t getFrameSize() const { return mChannelCount * sizeof(T); } in getFrameSize()
37 size_t getSampleCount() const { return mFrameCount * mChannelCount; } in getSampleCount()
38 int getChannelCount() const { return mChannelCount; } in getChannelCount()
42 mFrameCount(frameCount), mChannelCount(channelCount) {} in CountsConverter()
51 int mChannelCount; variable
Dsound_system_aaudio.cpp35 int getChannelCount() const { return mChannelCount; } in getChannelCount()
46 const int mChannelCount; member in __anon8db8069d0111::Stream
53 mChannelCount(mAAudio->stream_getChannelCount(stream)), in Stream()
56 mChannelCount, mFramesPerBurst); in Stream()