Lines Matching refs:finfoL
128 DVDFileInfo finfoL; member
269 DVDReadAsync(&strm.finfoL, buffer, rlength, strm.offset, getDataR); in getDataL()
374 DVDClose(&strm.finfoL); in callbackAudioFrame()
408 if (!DVDOpen(SAMPLE_PCM16_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM16_R, &strm.finfoR)) in startStreamPcm16()
415 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm16()
428 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16()
516 if (!DVDOpen(SAMPLE_PCM8_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM8_R, &strm.finfoR)) in startStreamPcm8()
523 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm8()
536 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8()
627 if (!DVDOpen(SAMPLE_ADPCM_L, &strm.finfoL) || !DVDOpen(SAMPLE_ADPCM_R, &strm.finfoR)) in startStreamAdpcm()
634 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamAdpcm()
647 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm()