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

  /device/asus/fugu/libaudio/
AudioOutput.cpp 49 , mBytesPerChunk(0)
113 mBytesPerChunk = mBytesPerFrame * mFramesPerChunk;
114 mStagingBuf = new uint8_t[mBytesPerChunk];
162 uint8_t sbuf[mBytesPerChunk];
171 uint32_t amt = (primeAmount < mBytesPerChunk) ?
172 primeAmount : mBytesPerChunk;
AudioOutput.h 140 uint32_t mBytesPerChunk;

Completed in 123 milliseconds