Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c191 DVDFileInfo finfoR; member
728 if (!DVDOpen(right, &strm->finfoR)) in STRMPrepare()
744 length != DVDRead(&strm->finfoR, strm->headerBufferR, length, 0)) in STRMPrepare()
747 DVDClose(&strm->finfoR); in STRMPrepare()
779 DVDClose(&strm->finfoR); in STRMPrepare()
892 lsLength != DVDRead(&strm->finfoR, strm->lsBufferR, lsLength, lsOffset)) in STRMPrepare()
895 DVDClose(&strm->finfoR); in STRMPrepare()
919 DVDClose(&strm->finfoR); in STRMPrepare()
978 if (!DVDOpen(strm->dataR, &strm->finfoR)) in STRMStart()
995 length != DVDRead(&strm->finfoR, in STRMStart()
[all …]
Daxstream.c129 DVDFileInfo finfoR; member
224 DVDReadAsync(&strm.finfoR, buffer, rlength, strm.offset, gottenData); in getDataR()
375 DVDClose(&strm.finfoR); in callbackAudioFrame()
408 if (!DVDOpen(SAMPLE_PCM16_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM16_R, &strm.finfoR)) in startStreamPcm16()
429 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm16()
516 if (!DVDOpen(SAMPLE_PCM8_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM8_R, &strm.finfoR)) in startStreamPcm8()
537 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamPcm8()
627 if (!DVDOpen(SAMPLE_ADPCM_L, &strm.finfoL) || !DVDOpen(SAMPLE_ADPCM_R, &strm.finfoR)) in startStreamAdpcm()
648 DVDRead(&strm.finfoR, streamBufferR, rlength, strm.offset); in startStreamAdpcm()