Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioOutput.cpp42 , mFramesPerChunk(0) in AudioOutput()
113 mBytesPerChunk = mBytesPerFrame * mFramesPerChunk; in setupInternal()
134 uint32_t primeAmt = mFramesPerChunk * mBufferChunks; in primeOutput()
216 config.period_size = mFramesPerChunk; in openPCMDevice()
DAudioOutput.h97 uint32_t getKernelBufferSize() { return mFramesPerChunk * mBufferChunks; } in getKernelBufferSize()
130 uint32_t mFramesPerChunk; variable
DHDMIAudioOutput.cpp43 mFramesPerChunk = stream.framesPerChunk(); in setupForStream()