Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/axdemo/src/
Daxstream.c159 static u8 *streamBufferR = NULL; variable
185 loop.loop_pred_scale = (u16)(*((u8*)(streamBufferR))); in gottenData()
216 buffer = streamBufferR + offset; in getDataR()
424 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()
427 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()
430 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
471 ls_addr = (u32)OSCachedToPhysical(streamBufferR) >> 1; in startStreamPcm16()
532 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm8()
535 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm8()
538 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
[all …]