Lines Matching refs:finfoL
124 DVDFileInfo finfoL; member
267 DVDReadAsync(&strm.finfoL, buffer, rlength, strm.offset, getDataR); in getDataL()
372 DVDClose(&strm.finfoL); in callbackAudioFrame()
406 if (!DVDOpen(SAMPLE_PCM16_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM16_R, &strm.finfoR)) in startStreamPcm16()
413 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm16()
426 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16()
514 if (!DVDOpen(SAMPLE_PCM8_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM8_R, &strm.finfoR)) in startStreamPcm8()
521 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm8()
534 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8()
625 if (!DVDOpen(SAMPLE_ADPCM_L, &strm.finfoL) || !DVDOpen(SAMPLE_ADPCM_R, &strm.finfoR)) in startStreamAdpcm()
632 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamAdpcm()
645 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm()