Lines Matching refs:rest
129 s32 rest; member
215 length = strm.rest > size? size: strm.rest; in getDataR()
223 strm.rest -= rlength; in getDataR()
261 length = strm.rest > size? size: strm.rest; in getDataL()
269 if (!((strm.rest - rlength) & ~0x1f)) in getDataL()
413 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm16()
417 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm16()
429 strm.rest -= rlength; in startStreamPcm16()
432 if (!(strm.rest & ~0x1f)) in startStreamPcm16()
521 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm8()
525 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm8()
537 strm.rest -= rlength; in startStreamPcm8()
540 if (!(strm.rest & ~0x1f)) in startStreamPcm8()
632 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamAdpcm()
636 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamAdpcm()
648 strm.rest -= rlength; in startStreamAdpcm()
651 if (!(strm.rest & ~0x1f)) in startStreamAdpcm()