Lines Matching refs:finfoL
127 DVDFileInfo finfoL; member
270 DVDReadAsync(&strm.finfoL, buffer, rlength, strm.offset, getDataR); in getDataL()
375 DVDClose(&strm.finfoL); in callbackAudioFrame()
409 if (!DVDOpen(SAMPLE_PCM16_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM16_R, &strm.finfoR)) in startStreamPcm16()
416 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm16()
429 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm16()
517 if (!DVDOpen(SAMPLE_PCM8_L, &strm.finfoL) || !DVDOpen(SAMPLE_PCM8_R, &strm.finfoR)) in startStreamPcm8()
524 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm8()
537 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamPcm8()
628 if (!DVDOpen(SAMPLE_ADPCM_L, &strm.finfoL) || !DVDOpen(SAMPLE_ADPCM_R, &strm.finfoR)) in startStreamAdpcm()
635 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamAdpcm()
648 DVDRead(&strm.finfoL, streamBufferL, rlength, strm.offset); in startStreamAdpcm()