Lines Matching refs:rest
133 s32 rest; member
218 length = strm.rest > size? size: strm.rest; in getDataR()
226 strm.rest -= rlength; in getDataR()
263 length = strm.rest > size? size: strm.rest; in getDataL()
271 if (!((strm.rest - rlength) & ~0x1f)) in getDataL()
415 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm16()
419 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm16()
431 strm.rest -= rlength; in startStreamPcm16()
434 if (!(strm.rest & ~0x1f)) in startStreamPcm16()
523 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamPcm8()
527 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamPcm8()
539 strm.rest -= rlength; in startStreamPcm8()
542 if (!(strm.rest & ~0x1f)) in startStreamPcm8()
634 strm.rest = (s32)DVDGetLength(&strm.finfoL); in startStreamAdpcm()
638 length = strm.rest > STREAMBUFFER_BYTES? STREAMBUFFER_BYTES: strm.rest; in startStreamAdpcm()
650 strm.rest -= rlength; in startStreamAdpcm()
653 if (!(strm.rest & ~0x1f)) in startStreamAdpcm()