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