Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream.c160 static u8 *streamBufferR = NULL; variable
186 loop.loop_pred_scale = (u16)(*((u8*)(streamBufferR))); in gottenData()
216 buffer = streamBufferR + offset; in getDataR()
423 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()
426 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm16()
429 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
470 ls_addr = (u32)OSCachedToPhysical(streamBufferR) >> 1; in startStreamPcm16()
531 memset(streamBufferR + rlength, 0, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm8()
534 DCFlushRange(streamBufferR + rlength, (u32)(STREAMBUFFER_BYTES - rlength)); in startStreamPcm8()
537 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
[all …]