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