HomeSort by relevance Sort by last modified time
    Searched refs:mFramesPerChunk (Results 1 - 3 of 3) sorted by null

  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 43 mFramesPerChunk = stream.framesPerChunk();
AudioOutput.h 97 uint32_t getKernelBufferSize() { return mFramesPerChunk * mBufferChunks; }
130 uint32_t mFramesPerChunk;
AudioOutput.cpp 42 , mFramesPerChunk(0)
113 mBytesPerChunk = mBytesPerFrame * mFramesPerChunk;
134 uint32_t primeAmt = mFramesPerChunk * mBufferChunks;
216 config.period_size = mFramesPerChunk;

Completed in 154 milliseconds