Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioOutput.cpp46 , mFramesPerChunk(0) in AudioOutput()
120 mBytesPerChunk = mBytesPerFrame * mFramesPerChunk; in setupInternal()
140 uint32_t primeAmt = mFramesPerChunk * mBufferChunks; in primeOutput()
211 config.period_size = mFramesPerChunk; in openPCMDevice()
DAudioOutput.h97 uint32_t getKernelBufferSize() { return mFramesPerChunk * mBufferChunks; } in getKernelBufferSize()
124 uint32_t mFramesPerChunk; variable
DHDMIAudioOutput.cpp44 mFramesPerChunk = stream.framesPerChunk(); in setupForStream()