Lines Matching defs:off
226 int64_t off = avio_tell(s->pb);
271 avio_seek(s->pb, off + len, SEEK_SET);
882 int c, d, e, off;
886 off = 32768;
888 off = 3;
890 // off = (avio_tell(pb) - ffformatcontext(s)->data_offset) % s->packet_size + 3;
893 while (off-- > 0) {
1329 int off = offset / asf_st->ds_chunk_size;
1330 int row = off / asf_st->ds_span;
1331 int col = off % asf_st->ds_span;