Lines Matching refs:rest
132 s32 rest; member
218 length = strm.rest > size? size: strm.rest; in getDataR()
226 strm.rest -= rlength; in getDataR()
264 length = strm.rest > size? size: strm.rest; in getDataL()
272 if (!((strm.rest - rlength) & ~0x1f)) in getDataL()
416 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm16()
420 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm16()
432 strm.rest -= rlength; in startStreamPcm16()
435 if (!(strm.rest & ~0x1f)) in startStreamPcm16()
524 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm8()
528 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm8()
540 strm.rest -= rlength; in startStreamPcm8()
543 if (!(strm.rest & ~0x1f)) in startStreamPcm8()
635 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamAdpcm()
639 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamAdpcm()
651 strm.rest -= rlength; in startStreamAdpcm()
654 if (!(strm.rest & ~0x1f)) in startStreamAdpcm()