Lines Matching refs:bytestream2_tell
191 s->zstream.next_in = avpkt->data + bytestream2_tell(gb); in decode_zlib()
217 pos = bytestream2_tell(gb); in decode_move()
230 size - (bytestream2_tell(gb) - pos), in decode_move()
236 bytestream2_init(&mc, avpkt->data + bytestream2_tell(gb), in decode_move()
317 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_move()
342 pos = bytestream2_tell(gb); in decode_dlta()
370 bytestream2_init(&dc, avpkt->data + bytestream2_tell(gb), in decode_dlta()
468 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_dlta()
482 pos = bytestream2_tell(gb); in decode_kfrm()
498 s->zstream.next_in = avpkt->data + bytestream2_tell(gb); in decode_kfrm()
531 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_kfrm()
544 pos = bytestream2_tell(gb); in decode_mous()
562 size - (bytestream2_tell(gb) - pos), in decode_mous()
568 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_mous()
583 pos = bytestream2_tell(gb); in decode_mpos()
588 bytestream2_skip(gb, size - (bytestream2_tell(gb) - pos)); in decode_mpos()