Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioOutput.cpp53 , mBytesPerFrame(0) in AudioOutput()
119 mBytesPerFrame = mBytesPerSample * mChannelCnt; in setupInternal()
120 mBytesPerChunk = mBytesPerFrame * mFramesPerChunk; in setupInternal()
DAudioOutput.h134 uint32_t mBytesPerFrame; variable