Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/demos/axdemo/src/
Daxstream.c128 DVDFileInfo finfoR; member
224 DVDReadAsync(&strm.finfoR, buffer, rlength, strm.offset, gottenData); in getDataR()
376 DVDClose(&strm.finfoR); in callbackAudioFrame()
409 if (!DVDOpen(SAMPLE_PCM16_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM16_R, &strm.finfoR)) in startStreamPcm16()
430 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
517 if (!DVDOpen(SAMPLE_PCM8_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM8_R, &strm.finfoR)) in startStreamPcm8()
538 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
628 if (!DVDOpen(SAMPLE_ADPCM_L, &strm.finfoL) || !DVDOpen(SAMPLE_ADPCM_R, &strm.finfoR)) in startStreamAdpcm()
649 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()