Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/axdemo/src/
Daxstream.c125 DVDFileInfo finfoR; member
221 DVDReadAsync(&strm.finfoR, buffer, rlength, strm.offset, gottenData); in getDataR()
373 DVDClose(&strm.finfoR); in callbackAudioFrame()
406 if (!DVDOpen(SAMPLE_PCM16_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM16_R, &strm.finfoR)) in startStreamPcm16()
427 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
514 if (!DVDOpen(SAMPLE_PCM8_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM8_R, &strm.finfoR)) in startStreamPcm8()
535 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
625 if (!DVDOpen(SAMPLE_ADPCM_L, &strm.finfoL) || !DVDOpen(SAMPLE_ADPCM_R, &strm.finfoR)) in startStreamAdpcm()
646 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()