Searched refs:STREAMBUFFER_BYTES (Results 1 – 1 of 1) sorted by relevance
157 #define STREAMBUFFER_BYTES (32 * 1024 * 2) // 32KB x DoubleBuffer macro215 size = STREAMBUFFER_BYTES / 2; in getDataR()261 size = STREAMBUFFER_BYTES / 2; in getDataL()331 offset = STREAMBUFFER_BYTES / 2; in callbackAudioFrame()420 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm16()423 memset(streamBufferL + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()424 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()426 DCFlushRange(streamBufferL + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()427 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()442 half_ptr = (u32)OSCachedToPhysical(streamBufferL) + STREAMBUFFER_BYTES / 2; in startStreamPcm16()[all …]