Home
last modified time | relevance | path

Searched refs:streamBufferR (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.2/build/demos/axdemo/src/
Daxstream.c156 static u8 *streamBufferR = NULL; variable
182 loop.loop_pred_scale = (u16)(*((u8*)(streamBufferR))); in gottenData()
213 buffer = streamBufferR + offset; in getDataR()
421 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()
424 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()
427 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
468 ls_addr = (u32)OSCachedToPhysical(streamBufferR) >> 1; in startStreamPcm16()
529 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm8()
532 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm8()
535 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
[all …]