Lines Matching refs:bytestream2_tell_p
86 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
131 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
157 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
196 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
198 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) {
226 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
253 pos = bytestream2_tell_p(pb) - 2048 * (opcode & 8);
255 if (pos == bytestream2_tell_p(pb))
262 if (len < 6 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) {
344 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
356 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos, SEEK_SET);
377 bytestream2_seek(&gbc, bytestream2_tell_p(pb) + pos - (bytestream2_get_byte(gb) << 8), SEEK_SET);
378 if (bytestream2_tell_p(pb) == bytestream2_tell(&gbc))
380 if (len < 5 || bytestream2_tell_p(pb) - bytestream2_tell(&gbc) < 4) {
446 if (bytestream2_tell_p(pb) < y*s->stride * 4)
478 start = bytestream2_tell_p(pb);
488 if (s->blocks[offset].size * 4 != bytestream2_tell_p(pb) - start)