avio_tell        1672 fftools/ffmpeg.c         total_size = avio_tell(oc->pb);
avio_tell        3807 fftools/ffmpeg.c             (os->pb && avio_tell(os->pb) >= of->limit_filesize))
avio_tell        3376 fftools/ffplay.c                             pos = avio_tell(cur_stream->ic->pb);
avio_tell         122 libavformat/3dostr.c         pos   = avio_tell(s->pb);
avio_tell         336 libavformat/4xm.c             pkt->pos          = avio_tell(s->pb);
avio_tell          89 libavformat/aacdec.c     while (!avio_feof(s->pb) && avio_tell(s->pb) < s->probesize) {
avio_tell         120 libavformat/aacdec.c         int64_t cur = avio_tell(s->pb);
avio_tell         223 libavformat/aadec.c     while ((chapter_pos = avio_tell(pb)) >= 0 && chapter_pos < c->content_end) {
avio_tell         255 libavformat/aadec.c     uint64_t pos = avio_tell(s->pb);
avio_tell          63 libavformat/adxdec.c     pkt->pos = avio_tell(s->pb);
avio_tell          63 libavformat/afc.c     size = FFMIN(c->data_end - avio_tell(s->pb), 18 * 128);
avio_tell         261 libavformat/aiffdec.c             position = avio_tell(pb);
avio_tell         270 libavformat/aiffdec.c             if (position + size > avio_tell(pb))
avio_tell         271 libavformat/aiffdec.c                 avio_skip(pb, position + size - avio_tell(pb));
avio_tell         289 libavformat/aiffdec.c             aiff->data_end = avio_tell(pb) + size;
avio_tell         292 libavformat/aiffdec.c             offset += avio_tell(pb);    /* Compute absolute data offset */
avio_tell         333 libavformat/aiffdec.c             aiff->data_end = avio_tell(pb) + size;
avio_tell         334 libavformat/aiffdec.c             offset = avio_tell(pb) + 8;
avio_tell         390 libavformat/aiffdec.c     max_size = aiff->data_end - avio_tell(s->pb);
avio_tell          57 libavformat/aiffenc.c     pos = avio_tell(pb);
avio_tell          68 libavformat/aiffenc.c     end = avio_tell(pb);
avio_tell         131 libavformat/aiffenc.c     aiff->form = avio_tell(pb);
avio_tell         162 libavformat/aiffenc.c     aiff->frames = avio_tell(pb);
avio_tell         194 libavformat/aiffenc.c     aiff->ssnd = avio_tell(pb);         /* Sound chunk size */
avio_tell         239 libavformat/aiffenc.c     end_size = file_size = avio_tell(pb);
avio_tell         263 libavformat/aiffenc.c         file_size = avio_tell(pb);
avio_tell          92 libavformat/aixdec.c     pos = avio_tell(s->pb);
avio_tell         106 libavformat/aixdec.c         pos = avio_tell(s->pb);
avio_tell         120 libavformat/amr.c     int64_t pos = avio_tell(s->pb);
avio_tell         200 libavformat/anm.c     tmp = avio_tell(pb);
avio_tell         173 libavformat/ape.c     ape->junklength = avio_tell(pb);
avio_tell         194 libavformat/apngdec.c             int64_t offset = avio_tell(pb);
avio_tell         175 libavformat/apngenc.c                 apng->acTL_offset = avio_tell(io_context);
avio_tell          75 libavformat/aqtitledec.c             pos = avio_tell(s->pb);
avio_tell         321 libavformat/asfdec_f.c     int64_t off = avio_tell(s->pb);
avio_tell         416 libavformat/asfdec_f.c     pos1 = avio_tell(pb);
avio_tell         490 libavformat/asfdec_f.c         pos2 = avio_tell(pb);
avio_tell         505 libavformat/asfdec_f.c                size - (avio_tell(pb) - pos1 + 24) >= 51) {
avio_tell         559 libavformat/asfdec_f.c     pos2 = avio_tell(pb);
avio_tell         803 libavformat/asfdec_f.c         uint64_t gpos = avio_tell(pb);
avio_tell         809 libavformat/asfdec_f.c             asf->data_object_offset = avio_tell(pb);
avio_tell         889 libavformat/asfdec_f.c         if (avio_tell(pb) != gpos + gsize)
avio_tell         892 libavformat/asfdec_f.c                    avio_tell(pb) - gpos, gsize);
avio_tell         901 libavformat/asfdec_f.c     asf->data_offset      = avio_tell(pb);
avio_tell        1002 libavformat/asfdec_f.c                     "ff asf bad header %x  at:%"PRId64"\n", c, avio_tell(pb));
avio_tell        1050 libavformat/asfdec_f.c                packet_length, avio_tell(pb));
avio_tell        1055 libavformat/asfdec_f.c                "invalid padsize %"PRIu32" at:%"PRId64"\n", padsize, avio_tell(pb));
avio_tell        1075 libavformat/asfdec_f.c                rsize, packet_length, padsize, avio_tell(pb));
avio_tell        1116 libavformat/asfdec_f.c         int64_t end = avio_tell(pb) + asf->packet_replic_size;
avio_tell        1132 libavformat/asfdec_f.c             payend = avio_tell(pb) + size;
avio_tell        1239 libavformat/asfdec_f.c             asf->packet_pos = avio_tell(pb);
avio_tell        1585 libavformat/asfdec_f.c     int64_t current_pos = avio_tell(s->pb);
avio_tell         169 libavformat/asfdec_o.c     if (size < INT64_MAX - offset && avio_tell(pb) != offset + size)
avio_tell         967 libavformat/asfdec_o.c     asf->first_packet_offset = avio_tell(pb);
avio_tell        1097 libavformat/asfdec_o.c         asf->sub_header_offset = avio_tell(pb);
avio_tell        1117 libavformat/asfdec_o.c     if (asf->nb_mult_left && (avio_tell(pb) >=
avio_tell        1122 libavformat/asfdec_o.c     if (avio_tell(pb) >= asf->packet_offset + asf->packet_size - asf->pad_len) {
avio_tell        1126 libavformat/asfdec_o.c             if (avio_tell(pb) != asf->packet_offset + asf->packet_size) {
avio_tell        1131 libavformat/asfdec_o.c                        avio_tell(pb), asf->packet_offset + asf->packet_size);
avio_tell        1200 libavformat/asfdec_o.c                    pay_len, asf->packet_size, avio_tell(pb));
avio_tell        1246 libavformat/asfdec_o.c     offset = avio_tell(pb);
avio_tell        1256 libavformat/asfdec_o.c                avio_tell(pb));
avio_tell        1365 libavformat/asfdec_o.c     asf->packet_offset = avio_tell(pb);
avio_tell        1440 libavformat/asfdec_o.c     if ((avio_tell(pb) >= asf->data_offset + asf->data_size) &&
avio_tell        1470 libavformat/asfdec_o.c                     (avio_tell(pb) <= asf->packet_offset +
avio_tell        1473 libavformat/asfdec_o.c                 if (asf->packet_offset + asf->packet_size > avio_tell(pb))
avio_tell        1482 libavformat/asfdec_o.c                     (avio_tell(pb) <= asf->packet_offset +
avio_tell        1485 libavformat/asfdec_o.c                 if (asf->packet_offset + asf->packet_size > avio_tell(pb))
avio_tell        1597 libavformat/asfdec_o.c     while (avio_tell(s->pb) < data_end) {
avio_tell        1602 libavformat/asfdec_o.c         pkt_offset = avio_tell(s->pb);
avio_tell        1682 libavformat/asfdec_o.c     while (avio_tell(pb) <= offset + size) {
avio_tell        1683 libavformat/asfdec_o.c         if (avio_tell(pb) == asf->offset)
avio_tell        1685 libavformat/asfdec_o.c         asf->offset = avio_tell(pb);
avio_tell        1728 libavformat/asfdec_o.c         if (avio_tell(pb) == asf->offset)
avio_tell        1730 libavformat/asfdec_o.c         asf->offset = avio_tell(pb);
avio_tell         282 libavformat/asfenc.c     pos = avio_tell(pb);
avio_tell         293 libavformat/asfenc.c     pos1 = avio_tell(pb);
avio_tell         466 libavformat/asfenc.c     header_offset = avio_tell(pb);
avio_tell         573 libavformat/asfenc.c         pos1 = avio_tell(pb);
avio_tell         649 libavformat/asfenc.c         es_pos = avio_tell(pb);
avio_tell         662 libavformat/asfenc.c                 cur_pos = avio_tell(pb);
avio_tell         748 libavformat/asfenc.c     cur_pos     = avio_tell(pb);
avio_tell         832 libavformat/asfenc.c     int64_t start = avio_tell(pb);
avio_tell         868 libavformat/asfenc.c     ppi_size = avio_tell(pb) - start;
avio_tell        1060 libavformat/asfenc.c     uint64_t offset = avio_tell(pb);
avio_tell        1128 libavformat/asfenc.c     data_size = avio_tell(s->pb);
avio_tell        1139 libavformat/asfenc.c         file_size = avio_tell(s->pb);
avio_tell          90 libavformat/astdec.c     pos  = avio_tell(s->pb);
avio_tell          83 libavformat/astenc.c     ast->size = avio_tell(pb);
avio_tell          91 libavformat/astenc.c     ast->samples = avio_tell(pb);
avio_tell         135 libavformat/astenc.c     int64_t file_size = avio_tell(pb);
avio_tell         322 libavformat/au.c     int64_t file_size = avio_tell(pb);
avio_tell         121 libavformat/avidec.c            avio_tell(pb), str, av_fourcc2str(tag), size)                  \
avio_tell         142 libavformat/avidec.c     avi->riff_end += avio_tell(pb); /* RIFF chunk end */
avio_tell         241 libavformat/avidec.c             pos = avio_tell(pb);
avio_tell         344 libavformat/avidec.c     while (avio_tell(s->pb) < end && !avio_feof(s->pb)) {
avio_tell         350 libavformat/avidec.c             uint64_t tag_end = avio_tell(s->pb) + size;
avio_tell         351 libavformat/avidec.c             while (avio_tell(s->pb) < tag_end && !avio_feof(s->pb)) {
avio_tell         356 libavformat/avidec.c                 size = FFMIN(size, tag_end - avio_tell(s->pb));
avio_tell         510 libavformat/avidec.c             list_end = avio_tell(pb) + size;
avio_tell         517 libavformat/avidec.c                 avi->movi_list = avio_tell(pb) - 4;
avio_tell         728 libavformat/avidec.c                 uint64_t cur_pos = avio_tell(pb);
avio_tell         920 libavformat/avidec.c                 uint64_t cur_pos = avio_tell(pb);
avio_tell         943 libavformat/avidec.c             pos = avio_tell(pb);
avio_tell         995 libavformat/avidec.c                 avi->movi_list = avio_tell(pb) - 4;
avio_tell        1190 libavformat/avidec.c     for (i = sync = avio_tell(pb); !avio_feof(pb); i++) {
avio_tell        1315 libavformat/avidec.c                     uint64_t pos = avio_tell(pb) - 8;
avio_tell        1441 libavformat/avidec.c         avi->last_pkt_pos = avio_tell(pb);
avio_tell        1566 libavformat/avidec.c     idx1_pos = avio_tell(pb);
avio_tell        1569 libavformat/avidec.c         first_packet_pos = avio_tell(pb) - 8;
avio_tell        1696 libavformat/avidec.c     int64_t oldpos     = avio_tell(s->pb);
avio_tell        1738 libavformat/avidec.c     int64_t pos = avio_tell(pb);
avio_tell        1750 libavformat/avidec.c         next = avio_tell(pb) + size + (size & 1);
avio_tell         134 libavformat/avienc.c     idx->cluster[cl][id].pos   = avio_tell(pb) - avi->movi_list;
avio_tell         205 libavformat/avienc.c     file_size = avio_tell(pb);
avio_tell         336 libavformat/avienc.c     avi->frames_hdr_all = avio_tell(pb); /* remember this offset to fill later */
avio_tell         389 libavformat/avienc.c         avist->strh_flags_offset = avio_tell(pb);
avio_tell         412 libavformat/avienc.c         avist->frames_hdr_strm = avio_tell(pb);
avio_tell         451 libavformat/avienc.c                 avist->pal_offset = avio_tell(pb) + 40;
avio_tell         602 libavformat/avienc.c     pos = avio_tell(pb);
avio_tell         642 libavformat/avienc.c             pos = avio_tell(pb);
avio_tell         645 libavformat/avienc.c             av_assert1(avio_tell(pb) - pos == size);
avio_tell         659 libavformat/avienc.c         ix = avio_tell(pb);
avio_tell         679 libavformat/avienc.c         update_odml_entry(s, i, ix, avio_tell(pb) - ix);
avio_tell         807 libavformat/avienc.c                     int64_t cur_offset = avio_tell(pb);
avio_tell         823 libavformat/avienc.c                             int64_t cur_offset = avio_tell(pb);
avio_tell         878 libavformat/avienc.c         (avio_tell(pb) - avi->riff_start > AVI_MAX_RIFF_SIZE)) {
avio_tell         934 libavformat/avienc.c             file_size = avio_tell(pb);
avio_tell         133 libavformat/avs.c     size = avio_tell(s->pb);
avio_tell         135 libavformat/avs.c     size = avio_tell(s->pb) - size;
avio_tell         133 libavformat/bethsoftvid.c     position = avio_tell(pb) - 1;
avio_tell          81 libavformat/bit.c     int64_t pos= avio_tell(pb);
avio_tell         124 libavformat/brstm.c         pos = avio_tell(s->pb);
avio_tell         137 libavformat/brstm.c         for (i = 0; avio_tell(s->pb) < header_size
avio_tell         165 libavformat/brstm.c         avio_skip(s->pb, info_offset - avio_tell(s->pb));
avio_tell         166 libavformat/brstm.c         pos = avio_tell(s->pb);
avio_tell         183 libavformat/brstm.c     avio_skip(s->pb, pos + h1offset + 8 - avio_tell(s->pb));
avio_tell         254 libavformat/brstm.c         avio_skip(s->pb, pos + toffset - avio_tell(s->pb));
avio_tell         262 libavformat/brstm.c         avio_skip(s->pb, pos + toffset - avio_tell(s->pb));
avio_tell         276 libavformat/brstm.c     if (size < (avio_tell(s->pb) - pos)) {
avio_tell         281 libavformat/brstm.c     avio_skip(s->pb, size - (avio_tell(s->pb) - pos));
avio_tell         327 libavformat/brstm.c             if ((start < avio_tell(s->pb)) ||
avio_tell         333 libavformat/brstm.c             avio_skip(s->pb, start - avio_tell(s->pb));
avio_tell         339 libavformat/brstm.c             b->data_start = avio_tell(s->pb);
avio_tell         114 libavformat/cafdec.c         strt = avio_tell(pb);
avio_tell         116 libavformat/cafdec.c         skip = size - (avio_tell(pb) - strt);
avio_tell         193 libavformat/cafdec.c     ccount = avio_tell(pb);
avio_tell         210 libavformat/cafdec.c     if (avio_tell(pb) - ccount > size) {
avio_tell         214 libavformat/cafdec.c     avio_skip(pb, ccount + size - avio_tell(pb));
avio_tell         271 libavformat/cafdec.c         pos  = avio_tell(pb);
avio_tell         278 libavformat/cafdec.c             caf->data_start = avio_tell(pb);
avio_tell         321 libavformat/cafdec.c             avio_skip(pb, FFMAX(0, pos + size - avio_tell(pb)));
avio_tell         371 libavformat/cafdec.c         left = (caf->data_start + caf->data_size) - avio_tell(pb);
avio_tell         202 libavformat/cafenc.c     caf->data = avio_tell(pb);
avio_tell         246 libavformat/cafenc.c         int64_t file_size = avio_tell(pb);
avio_tell         119 libavformat/cdxl.c     pos = avio_tell(pb);
avio_tell         478 libavformat/dashenc.c         *range_length = avio_tell(os->ctx->pb) - os->pos;
avio_tell        1985 libavformat/dashenc.c                 int64_t file_size = avio_tell(os->ctx->pb);
avio_tell        1989 libavformat/dashenc.c                     int64_t sidx_size = avio_tell(os->ctx->pb) - file_size;
avio_tell          67 libavformat/dcstr.c     avio_skip(s->pb, 0x800 - avio_tell(s->pb));
avio_tell         190 libavformat/dhav.c     start = avio_tell(s->pb) - 4;
avio_tell         215 libavformat/dhav.c     end = avio_tell(s->pb);
avio_tell         242 libavformat/dhav.c     int64_t start_pos = avio_tell(s->pb);
avio_tell         282 libavformat/dhav.c         dhav->last_good_pos = avio_tell(s->pb);
avio_tell         286 libavformat/dhav.c             dhav->last_good_pos = avio_tell(s->pb);
avio_tell         293 libavformat/dhav.c                 dhav->last_good_pos = avio_tell(s->pb);
avio_tell         301 libavformat/dhav.c     dhav->last_good_pos = avio_tell(s->pb);
avio_tell         456 libavformat/dhav.c     dhav->last_good_pos = avio_tell(s->pb);
avio_tell         138 libavformat/dsfdec.c     dsf->data_end = avio_tell(pb);
avio_tell         143 libavformat/dsfdec.c     s->internal->data_offset = avio_tell(pb);
avio_tell         153 libavformat/dsfdec.c     int64_t pos = avio_tell(pb);
avio_tell         211 libavformat/dss.c     int64_t pos = avio_tell(s->pb);
avio_tell         268 libavformat/dss.c     int64_t pos = avio_tell(s->pb);
avio_tell          88 libavformat/dtshddec.c             data_start = avio_tell(pb);
avio_tell         148 libavformat/dtshddec.c     left = dtshd->data_end - avio_tell(s->pb);
avio_tell         462 libavformat/dv.c     int64_t pos = avio_tell(s->pb);
avio_tell         512 libavformat/dv.c             marker_pos = avio_tell(s->pb);
avio_tell         513 libavformat/dv.c         if (state == 0xff3f0701 && avio_tell(s->pb) - marker_pos == 80) {
avio_tell         562 libavformat/dv.c         int64_t pos = avio_tell(s->pb);
avio_tell         102 libavformat/dxa.c         c->vidpos = avio_tell(pb) + size;
avio_tell         115 libavformat/dxa.c         while(avio_tell(pb) < c->vidpos && !avio_feof(pb)){
avio_tell         125 libavformat/dxa.c         c->wavpos = avio_tell(pb);
avio_tell         144 libavformat/dxa.c     c->vidpos  = avio_tell(pb);
avio_tell         169 libavformat/dxa.c         c->wavpos = avio_tell(s->pb);
avio_tell         188 libavformat/dxa.c             c->vidpos = avio_tell(s->pb);
avio_tell         218 libavformat/dxa.c             c->vidpos = avio_tell(s->pb);
avio_tell         366 libavformat/electronicarts.c         uint64_t startpos     = avio_tell(pb);
avio_tell          90 libavformat/filmstripdec.c     pkt->dts = avio_tell(s->pb) / (st->codecpar->width * (int64_t)(st->codecpar->height + film->leading) * 4);
avio_tell         208 libavformat/flacdec.c     reset_index_position(avio_tell(s->pb), st);
avio_tell         333 libavformat/flacenc.c         file_size = avio_tell(pb);
avio_tell         223 libavformat/flic.c             pkt->pos = avio_tell(pb);
avio_tell         239 libavformat/flic.c             pkt->pos = avio_tell(pb);
avio_tell         406 libavformat/flvdec.c     int64_t initial_pos    = avio_tell(ioc);
avio_tell         418 libavformat/flvdec.c     while (avio_tell(ioc) < max_pos - 2 &&
avio_tell         448 libavformat/flvdec.c         for (i = 0; i < arraylen && avio_tell(ioc) < max_pos - 1; i++) {
avio_tell         522 libavformat/flvdec.c         while (avio_tell(ioc) < max_pos - 2 &&
avio_tell         540 libavformat/flvdec.c         while (avio_tell(ioc) < max_pos - 2 &&
avio_tell         559 libavformat/flvdec.c         for (i = 0; i < arraylen && avio_tell(ioc) < max_pos - 1; i++)
avio_tell         952 libavformat/flvdec.c     int64_t pos = avio_tell(s->pb);
avio_tell         968 libavformat/flvdec.c                 flv->time_pos    = avio_tell(s->pb);
avio_tell        1006 libavformat/flvdec.c     pos  = avio_tell(s->pb);
avio_tell        1013 libavformat/flvdec.c     av_log(s, AV_LOG_TRACE, "type:%d, size:%d, last:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, last, dts, avio_tell(s->pb));
avio_tell        1040 libavformat/flvdec.c     next = size + avio_tell(s->pb);
avio_tell        1056 libavformat/flvdec.c             meta_pos = avio_tell(s->pb);
avio_tell        1151 libavformat/flvdec.c         const int64_t pos   = avio_tell(s->pb);
avio_tell         285 libavformat/flvenc.c     flv->metadata_size_pos = avio_tell(pb);
avio_tell         298 libavformat/flvenc.c     metadata_count_pos = avio_tell(pb);
avio_tell         309 libavformat/flvenc.c         flv->duration_offset = avio_tell(pb);
avio_tell         390 libavformat/flvenc.c         flv->filesize_offset = avio_tell(pb);
avio_tell         419 libavformat/flvenc.c         flv->datasize_offset = avio_tell(pb);
avio_tell         425 libavformat/flvenc.c         flv->videosize_offset = avio_tell(pb);
avio_tell         431 libavformat/flvenc.c         flv->audiosize_offset = avio_tell(pb);
avio_tell         437 libavformat/flvenc.c         flv->lasttimestamp_offset = avio_tell(pb);
avio_tell         443 libavformat/flvenc.c         flv->lastkeyframetimestamp_offset = avio_tell(pb);
avio_tell         449 libavformat/flvenc.c         flv->lastkeyframelocation_offset = avio_tell(pb);
avio_tell         458 libavformat/flvenc.c         flv->keyframes_info_offset = avio_tell(pb);
avio_tell         465 libavformat/flvenc.c     flv->metadata_totalsize = avio_tell(pb) - flv->metadata_size_pos - 10;
avio_tell         473 libavformat/flvenc.c     flv->metadata_totalsize_pos = avio_tell(pb);
avio_tell         502 libavformat/flvenc.c         pos = avio_tell(pb);
avio_tell         542 libavformat/flvenc.c         data_size = avio_tell(pb) - pos;
avio_tell         583 libavformat/flvenc.c     int64_t pos, pos_end = avio_tell(s->pb); /* Save the pre-shift size. */
avio_tell         628 libavformat/flvenc.c     pos = avio_tell(read_pb);
avio_tell         770 libavformat/flvenc.c     flv->datastart_offset = avio_tell(pb);
avio_tell         781 libavformat/flvenc.c     int64_t cur_pos = avio_tell(s->pb);
avio_tell         852 libavformat/flvenc.c     file_size = avio_tell(pb);
avio_tell         888 libavformat/flvenc.c     int64_t cur_offset = avio_tell(pb);
avio_tell        1003 libavformat/flvenc.c         int64_t metadata_size_pos = avio_tell(pb);
avio_tell        1023 libavformat/flvenc.c         data_size = avio_tell(pb) - metadata_size_pos;
avio_tell        1056 libavformat/flvenc.c                 flv->videosize += (avio_tell(pb) - cur_offset);
avio_tell        1072 libavformat/flvenc.c                 flv->audiosize += (avio_tell(pb) - cur_offset);
avio_tell         158 libavformat/fsb.c     avio_skip(pb, offset - avio_tell(pb));
avio_tell         159 libavformat/fsb.c     s->internal->data_offset = avio_tell(pb);
avio_tell         175 libavformat/fsb.c     pos = avio_tell(s->pb);
avio_tell          74 libavformat/fwse.c     avio_skip(pb, start_offset - avio_tell(pb));
avio_tell          58 libavformat/g723_1.c     pkt->pos = avio_tell(s->pb);
avio_tell         147 libavformat/genh.c     avio_skip(s->pb, start_offset - avio_tell(s->pb));
avio_tell         108 libavformat/gif.c     gif->last_pos = avio_tell(pb);
avio_tell         269 libavformat/gifdec.c     int64_t frame_start = avio_tell(pb), frame_end;
avio_tell         333 libavformat/gifdec.c             frame_end = avio_tell(pb);
avio_tell         364 libavformat/gifdec.c             frame_start = avio_tell(pb) - 6;
avio_tell          60 libavformat/gsmdec.c     pkt->pos = avio_tell(s->pb);
avio_tell         473 libavformat/gxf.c     last_pos = avio_tell(pb);
avio_tell         484 libavformat/gxf.c     last_found_pos = avio_tell(pb) - 16 - 6;
avio_tell         595 libavformat/gxf.c     *pos = avio_tell(pb);
avio_tell         147 libavformat/gxfenc.c     size = avio_tell(pb) - pos;
avio_tell         150 libavformat/gxfenc.c         size = avio_tell(pb) - pos;
avio_tell         152 libavformat/gxfenc.c     curpos = avio_tell(pb);
avio_tell         163 libavformat/gxfenc.c     curpos = avio_tell(pb);
avio_tell         257 libavformat/gxfenc.c     pos = avio_tell(pb);
avio_tell         316 libavformat/gxfenc.c     pos = avio_tell(pb);
avio_tell         366 libavformat/gxfenc.c     pos = avio_tell(pb);
avio_tell         380 libavformat/gxfenc.c     int64_t pos = avio_tell(pb);
avio_tell         412 libavformat/gxfenc.c     int64_t pos = avio_tell(pb);
avio_tell         503 libavformat/gxfenc.c     int64_t pos = avio_tell(pb);
avio_tell         516 libavformat/gxfenc.c     return avio_tell(pb) - pos;
avio_tell         590 libavformat/gxfenc.c     pos = avio_tell(pb);
avio_tell         601 libavformat/gxfenc.c         startpos = avio_tell(pb);
avio_tell         637 libavformat/gxfenc.c         curpos = avio_tell(pb);
avio_tell         642 libavformat/gxfenc.c     return avio_tell(pb) - pos;
avio_tell         649 libavformat/gxfenc.c     int64_t pos = avio_tell(pb);
avio_tell         657 libavformat/gxfenc.c     gxf->umf_start_offset = avio_tell(pb);
avio_tell         662 libavformat/gxfenc.c     gxf->umf_length = avio_tell(pb) - gxf->umf_start_offset;
avio_tell         840 libavformat/gxfenc.c     int64_t pos = avio_tell(pb);
avio_tell         855 libavformat/gxfenc.c     end = avio_tell(pb);
avio_tell         946 libavformat/gxfenc.c     int64_t pos = avio_tell(pb);
avio_tell         948 libavformat/gxfenc.c     unsigned packet_start_offset = avio_tell(pb) / 1024;
avio_tell         210 libavformat/hdsenc.c     int64_t end = avio_tell(out);
avio_tell         260 libavformat/hdsenc.c     asrt_pos = avio_tell(out);
avio_tell         270 libavformat/hdsenc.c     afrt_pos = avio_tell(out);
avio_tell         306 libavformat/hdsenc.c     int64_t pos = avio_tell(os->out);
avio_tell        1204 libavformat/hlsenc.c                 new_start_pos = avio_tell(vs->avf->pb);
avio_tell        2355 libavformat/hlsenc.c         new_start_pos = avio_tell(oc->pb);
avio_tell        2518 libavformat/hlsenc.c             vs->video_keyframe_size = avio_tell(oc->pb);
avio_tell        2520 libavformat/hlsenc.c             vs->video_keyframe_pos = avio_tell(vs->out);
avio_tell        2679 libavformat/hlsenc.c             vs->size = avio_tell(vs->vtt_avf->pb) - vs->start_pos;
avio_tell         129 libavformat/hnm.c                chunk_size, avio_tell(pb));
avio_tell         152 libavformat/hnm.c                chunk_id, avio_tell(pb));
avio_tell         127 libavformat/icoenc.c     image->offset = avio_tell(pb);
avio_tell         283 libavformat/id3v1.c     int64_t filesize, position = avio_tell(s->pb);
avio_tell         592 libavformat/id3v2.c     int64_t end               = avio_tell(pb) + taglen;
avio_tell         816 libavformat/id3v2.c     int64_t next, end = avio_tell(pb) + len;
avio_tell         892 libavformat/id3v2.c                         int64_t cur = avio_tell(pb);
avio_tell         921 libavformat/id3v2.c         next = avio_tell(pb) + tlen;
avio_tell        1068 libavformat/id3v2.c     start = avio_tell(pb);
avio_tell        1071 libavformat/id3v2.c         off = avio_tell(pb);
avio_tell         215 libavformat/id3v2enc.c     id3->size_pos = avio_tell(pb);
avio_tell         438 libavformat/id3v2enc.c     cur_pos = avio_tell(pb);
avio_tell         246 libavformat/idcin.c     idcin->first_pkt_pos = avio_tell(s->pb);
avio_tell         151 libavformat/idroqdec.c             codebook_offset = avio_tell(pb) - RoQ_CHUNK_PREAMBLE_SIZE;
avio_tell         223 libavformat/idroqdec.c             pkt->pos= avio_tell(pb);
avio_tell         220 libavformat/iff.c     while (avio_tell(pb) + 12 <= eof && !avio_feof(pb)) {
avio_tell         223 libavformat/iff.c         uint64_t orig_pos = avio_tell(pb);
avio_tell         240 libavformat/iff.c         avio_skip(pb, size - (avio_tell(pb) - orig_pos) + (size & 1));
avio_tell         254 libavformat/iff.c     while (avio_tell(pb) + 12 <= eof && !avio_feof(pb)) {
avio_tell         257 libavformat/iff.c         uint64_t orig_pos = avio_tell(pb);
avio_tell         323 libavformat/iff.c             if (size < avio_tell(pb) - orig_pos) {
avio_tell         342 libavformat/iff.c         avio_skip(pb, size - (avio_tell(pb) - orig_pos) + (size & 1));
avio_tell         357 libavformat/iff.c         chunk_pos = avio_tell(pb);
avio_tell         363 libavformat/iff.c         data_pos = avio_tell(pb);
avio_tell         371 libavformat/iff.c                 iff->body_pos  = avio_tell(pb) - (iff->is_64bit ? 12 : 8);
avio_tell         385 libavformat/iff.c             chunk_pos = avio_tell(pb);
avio_tell         399 libavformat/iff.c         avio_skip(pb, data_size - (avio_tell(pb) - data_pos) + (data_size & 1));
avio_tell         450 libavformat/iff.c         orig_pos = avio_tell(pb);
avio_tell         494 libavformat/iff.c             iff->body_pos = avio_tell(pb);
avio_tell         708 libavformat/iff.c         avio_skip(pb, data_size - (avio_tell(pb) - orig_pos) + (data_size & 1));
avio_tell         826 libavformat/iff.c     int64_t pos = avio_tell(pb);
avio_tell         852 libavformat/iff.c             orig_pos  = avio_tell(pb);
avio_tell         106 libavformat/ilbc.c     pkt->pos = avio_tell(s->pb);
avio_tell         512 libavformat/img2dec.c         pkt->pos = avio_tell(f[0]);
avio_tell         483 libavformat/ipmovie.c             s->audio_chunk_offset = avio_tell(pb);
avio_tell         550 libavformat/ipmovie.c             s->skip_map_chunk_offset = avio_tell(pb);
avio_tell         559 libavformat/ipmovie.c             s->decode_map_chunk_offset = avio_tell(pb);
avio_tell         569 libavformat/ipmovie.c             s->video_chunk_offset = avio_tell(pb);
avio_tell         579 libavformat/ipmovie.c             s->video_chunk_offset = avio_tell(pb);
avio_tell         589 libavformat/ipmovie.c             s->video_chunk_offset = avio_tell(pb);
avio_tell         606 libavformat/ipmovie.c     s->next_chunk_offset = avio_tell(pb);
avio_tell         658 libavformat/ipmovie.c     ipmovie->next_chunk_offset = avio_tell(pb) + 4;
avio_tell         105 libavformat/iss.c     iss->sample_start_pos = avio_tell(pb);
avio_tell         140 libavformat/iss.c     pkt->pts = avio_tell(s->pb) - iss->sample_start_pos;
avio_tell         101 libavformat/ivfenc.c         int64_t end = avio_tell(pb);
avio_tell         181 libavformat/jacosubdec.c         int64_t pos = avio_tell(pb);
avio_tell         171 libavformat/kvag.c     file_size = avio_tell(s->pb);
avio_tell         104 libavformat/lrcdec.c     int64_t pos = avio_tell(pb);
avio_tell          57 libavformat/lvfdec.c         next_offset = avio_tell(s->pb) + size;
avio_tell         110 libavformat/lvfdec.c     pos = avio_tell(s->pb);
avio_tell         790 libavformat/matroskadec.c     matroska->resync_pos = avio_tell(matroska->ctx->pb);
avio_tell         804 libavformat/matroskadec.c     if (last_pos < avio_tell(pb) && avio_seek(pb, last_pos + 1, SEEK_SET) < 0) {
avio_tell         808 libavformat/matroskadec.c         avio_seek(pb, FFMAX(avio_tell(pb) + (pb->buffer - pb->buf_ptr),
avio_tell         860 libavformat/matroskadec.c         pos = avio_tell(pb) - 1;
avio_tell         889 libavformat/matroskadec.c     pos = avio_tell(pb);
avio_tell        1191 libavformat/matroskadec.c     int64_t pos = avio_tell(pb), pos_alt;
avio_tell        1204 libavformat/matroskadec.c                 if (level && pos == avio_tell(pb)) {
avio_tell        1472 libavformat/matroskadec.c         pos   = avio_tell(pb);
avio_tell        1825 libavformat/matroskadec.c     int64_t before_pos = avio_tell(matroska->ctx->pb);
avio_tell        2879 libavformat/matroskadec.c     pos = avio_tell(matroska->ctx->pb);
avio_tell        2886 libavformat/matroskadec.c         pos = avio_tell(matroska->ctx->pb);
avio_tell        2891 libavformat/matroskadec.c         s->internal->data_offset = avio_tell(matroska->ctx->pb) - 4;
avio_tell        3695 libavformat/matroskadec.c             cluster->pos = avio_tell(matroska->ctx->pb) - 4;
avio_tell        3745 libavformat/matroskadec.c         matroska->resync_pos = avio_tell(s->pb);
avio_tell        3889 libavformat/matroskadec.c     before_pos = avio_tell(s->pb);
avio_tell        4109 libavformat/matroskadec.c     before_pos = avio_tell(matroska->ctx->pb);
avio_tell        4200 libavformat/matroskadec.c         init_range = avio_tell(s->pb) - 5;
avio_tell         343 libavformat/matroskaenc.c     return (ebml_master) { avio_tell(pb), bytes };
avio_tell         348 libavformat/matroskaenc.c     int64_t pos = avio_tell(pb);
avio_tell         393 libavformat/matroskaenc.c         mkv_add_seekhead_entry(mkv, id, avio_tell(pb));
avio_tell         428 libavformat/matroskaenc.c         elem->pos = avio_tell(pb);
avio_tell         471 libavformat/matroskaenc.c     mkv->seekhead.filepos = avio_tell(pb);
avio_tell         521 libavformat/matroskaenc.c     remaining = seekhead->filepos + seekhead->reserved_size - avio_tell(pb);
avio_tell         911 libavformat/matroskaenc.c     colorinfo_size = avio_tell(dyn_cp);
avio_tell        1329 libavformat/matroskaenc.c         track->sample_rate_offset = avio_tell(pb);
avio_tell        1365 libavformat/matroskaenc.c         track->codecpriv_offset = avio_tell(pb);
avio_tell        1577 libavformat/matroskaenc.c             track->duration_offset = avio_tell(pb);
avio_tell        1817 libavformat/matroskaenc.c     mkv->segment_offset = avio_tell(pb);
avio_tell        1856 libavformat/matroskaenc.c     mkv->duration_offset = avio_tell(pb);
avio_tell        1899 libavformat/matroskaenc.c         ret = mkv_write_seekhead(pb, mkv, 0, avio_tell(pb));
avio_tell        1912 libavformat/matroskaenc.c             mkv->cues_pos = avio_tell(pb);
avio_tell        2025 libavformat/matroskaenc.c            pkt->size, pkt->pts, pkt->dts, pkt->duration, avio_tell(pb),
avio_tell        2143 libavformat/matroskaenc.c            size, pkt->pts, pkt->dts, pkt->duration, avio_tell(pb),
avio_tell        2208 libavformat/matroskaenc.c             filler = MAX_PCE_SIZE + 2 + 4 - (avio_tell(mkv->track.bc) - track->codecpriv_offset);
avio_tell        2303 libavformat/matroskaenc.c         mkv->cluster_pos = avio_tell(s->pb);
avio_tell        2313 libavformat/matroskaenc.c     relative_packet_pos = avio_tell(pb);
avio_tell        2384 libavformat/matroskaenc.c         cluster_size  = avio_tell(mkv->cluster_bc);
avio_tell        2448 libavformat/matroskaenc.c                    avio_tell(s->pb));
avio_tell        2486 libavformat/matroskaenc.c     endpos = avio_tell(pb);
avio_tell        2505 libavformat/matroskaenc.c             size  = avio_tell(cues);
avio_tell        2539 libavformat/matroskaenc.c             endpos = avio_tell(pb);
avio_tell          94 libavformat/microdvddec.c         int64_t pos = avio_tell(s->pb);
avio_tell         191 libavformat/mlvdec.c                                avio_tell(pb) - 20, pts, file, 0, AVINDEX_KEYFRAME);
avio_tell         196 libavformat/mlvdec.c                                avio_tell(pb) - 20, pts, file, 0, AVINDEX_KEYFRAME);
avio_tell          60 libavformat/mmf.c     pos = avio_tell(pb);
avio_tell         108 libavformat/mmf.c     mmf->atrpos = avio_tell(pb);
avio_tell         118 libavformat/mmf.c     mmf->atsqpos = avio_tell(pb);
avio_tell         154 libavformat/mmf.c         pos  = avio_tell(pb);
avio_tell         255 libavformat/mmf.c     mmf->data_end = avio_tell(pb) + size;
avio_tell         283 libavformat/mmf.c     left = mmf->data_end - avio_tell(s->pb);
avio_tell         604 libavformat/mov.c         int64_t next = avio_tell(pb) + size - 4;
avio_tell         648 libavformat/mov.c             for (type = 0; type != -1 && avio_tell(pb) < next; ) {
avio_tell        1396 libavformat/mov.c     c->fragment.moof_offset = c->fragment.implicit_offset = avio_tell(pb) - 8;
avio_tell        2084 libavformat/mov.c     stsd_start = avio_tell(pb) - 16;
avio_tell        2492 libavformat/mov.c         int64_t start_pos = avio_tell(pb);
avio_tell        2507 libavformat/mov.c                                    size - (avio_tell(pb) - start_pos))) {
avio_tell        2533 libavformat/mov.c                                     size - (avio_tell(pb) - start_pos));
avio_tell        2536 libavformat/mov.c                                       size - (avio_tell(pb) - start_pos));
avio_tell        2541 libavformat/mov.c         a.size = size - (avio_tell(pb) - start_pos);
avio_tell        4399 libavformat/mov.c     int64_t end = avio_tell(pb) + atom.size;
avio_tell        4415 libavformat/mov.c         if (end - avio_tell(pb) <= 12)
avio_tell        4422 libavformat/mov.c         if (len < 12 || len - 12 > end - avio_tell(pb))
avio_tell        5037 libavformat/mov.c     int64_t offset = avio_tell(pb) + atom.size, pts, timestamp;
avio_tell        6105 libavformat/mov.c     prev_pos = avio_tell(pb);
avio_tell        7040 libavformat/mov.c             int64_t start_pos = avio_tell(pb);
avio_tell        7055 libavformat/mov.c             left = a.size - avio_tell(pb) + start_pos;
avio_tell        7183 libavformat/mov.c         cur_pos = avio_tell(sc->pb);
avio_tell        7279 libavformat/mov.c     int64_t cur_pos = avio_tell(sc->pb);
avio_tell        7304 libavformat/mov.c     int64_t cur_pos = avio_tell(sc->pb);
avio_tell        7459 libavformat/mov.c     int64_t pos = avio_tell(f);
avio_tell        7514 libavformat/mov.c     int64_t original_pos = avio_tell(f);
avio_tell        7592 libavformat/mov.c     av_log(mov->fc, AV_LOG_TRACE, "on_parse_exit_offset=%"PRId64"\n", avio_tell(pb));
avio_tell        7831 libavformat/mov.c     av_log(s, AV_LOG_TRACE, "read fragments, offset 0x%"PRIx64"\n", avio_tell(s->pb));
avio_tell         137 libavformat/movenc.c     int64_t curpos = avio_tell(pb);
avio_tell         173 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         198 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         234 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         238 libavformat/movenc.c     entryPos = avio_tell(pb);
avio_tell         249 libavformat/movenc.c     curpos = avio_tell(pb);
avio_tell         262 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         266 libavformat/movenc.c     entryPos = avio_tell(pb);
avio_tell         274 libavformat/movenc.c     curpos = avio_tell(pb);
avio_tell         286 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         639 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         712 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         724 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         734 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         754 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         777 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         807 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell         834 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1054 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1218 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1228 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1238 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1250 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1715 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        1772 libavformat/movenc.c     sv3d_pos = avio_tell(pb);
avio_tell        1776 libavformat/movenc.c     svhd_pos = avio_tell(pb);
avio_tell        1783 libavformat/movenc.c     proj_pos = avio_tell(pb);
avio_tell        1901 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2030 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2214 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2235 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2253 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2309 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2321 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2544 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2582 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2599 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2621 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2656 libavformat/movenc.c         int64_t tmcd_pos = avio_tell(pb);
avio_tell        2662 libavformat/movenc.c         int64_t gpmd_pos = avio_tell(pb);
avio_tell        2700 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2789 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        2882 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3033 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3199 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3240 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3293 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3334 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3445 libavformat/movenc.c         int64_t pos = avio_tell(pb);
avio_tell        3512 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3627 libavformat/movenc.c             pos = avio_tell(pb);
avio_tell        3645 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3701 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3708 libavformat/movenc.c     entry_pos = avio_tell(pb);
avio_tell        3717 libavformat/movenc.c     curpos = avio_tell(pb);
avio_tell        3729 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3736 libavformat/movenc.c         int64_t entry_pos = avio_tell(pb);
avio_tell        3751 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3810 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3831 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        3932 libavformat/movenc.c         pos = avio_tell(pb);
avio_tell        3940 libavformat/movenc.c         pos2 = avio_tell(pb);
avio_tell        4037 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4130 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4278 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4345 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4399 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4456 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4486 libavformat/movenc.c         info->offset   = avio_tell(pb);
avio_tell        4523 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4537 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4561 libavformat/movenc.c                     info->tfrf_offset = avio_tell(pb);
avio_tell        4576 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4599 libavformat/movenc.c     int64_t pos = avio_tell(pb), offset_pos, end_pos;
avio_tell        4631 libavformat/movenc.c     offset_pos = avio_tell(pb);
avio_tell        4650 libavformat/movenc.c     end_pos = avio_tell(pb);
avio_tell        4695 libavformat/movenc.c     int64_t pos = avio_tell(pb), pts_us, ntp_ts;
avio_tell        4777 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4801 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        4820 libavformat/movenc.c     avio_wb32(pb, avio_tell(pb) + 4 - pos);
avio_tell        4830 libavformat/movenc.c     mov->mdat_pos = avio_tell(pb);
avio_tell        4877 libavformat/movenc.c     int64_t pos = avio_tell(pb);
avio_tell        5155 libavformat/movenc.c     offset = avio_tell(mov->mdat_buf);
avio_tell        5225 libavformat/movenc.c         int64_t pos = avio_tell(s->pb);
avio_tell        5248 libavformat/movenc.c                 mov->reserved_header_pos = avio_tell(s->pb);
avio_tell        5261 libavformat/movenc.c             mov->reserved_header_pos = avio_tell(s->pb);
avio_tell        5287 libavformat/movenc.c         mdat_size = avio_tell(mov->mdat_buf);
avio_tell        5307 libavformat/movenc.c             mdat_size += avio_tell(track->mdat_buf);
avio_tell        5331 libavformat/movenc.c             mdat_size = avio_tell(track->mdat_buf);
avio_tell        5612 libavformat/movenc.c     trk->cluster[trk->entry].pos              = avio_tell(pb) - size;
avio_tell        6651 libavformat/movenc.c         mov->reserved_header_pos = avio_tell(pb);
avio_tell        6665 libavformat/movenc.c             mov->reserved_header_pos = avio_tell(pb);
avio_tell        6719 libavformat/movenc.c             mov->reserved_header_pos = avio_tell(pb);
avio_tell        6832 libavformat/movenc.c     pos_end = avio_tell(s->pb);
avio_tell        6837 libavformat/movenc.c     pos = avio_tell(read_pb);
avio_tell        6910 libavformat/movenc.c         moov_pos = avio_tell(pb);
avio_tell        6939 libavformat/movenc.c             size = mov->reserved_moov_size - (avio_tell(pb) - mov->reserved_header_pos);
avio_tell        6963 libavformat/movenc.c             end = avio_tell(pb);
avio_tell         284 libavformat/movenccenc.c     int64_t curpos = avio_tell(pb);
avio_tell         295 libavformat/movenccenc.c     int64_t pos = avio_tell(pb);
avio_tell         301 libavformat/movenccenc.c     *auxiliary_info_offset = avio_tell(pb);
avio_tell         308 libavformat/movenccenc.c     int64_t pos = avio_tell(pb);
avio_tell         327 libavformat/movenccenc.c     int64_t pos = avio_tell(pb);
avio_tell         350 libavformat/movenccenc.c     int64_t pos = avio_tell(pb);
avio_tell         366 libavformat/movenccenc.c     int64_t pos = avio_tell(pb);
avio_tell         322 libavformat/movenchint.c     count_pos = avio_tell(out);
avio_tell         369 libavformat/movenchint.c         entries_pos = avio_tell(out);
avio_tell         388 libavformat/movenchint.c         curpos = avio_tell(out);
avio_tell         394 libavformat/movenchint.c     curpos = avio_tell(out);
avio_tell         174 libavformat/mp3dec.c     fsize = fsize >= avio_tell(s->pb) ? fsize - avio_tell(s->pb) : 0;
avio_tell         384 libavformat/mp3dec.c     off = avio_tell(s->pb);
avio_tell         399 libavformat/mp3dec.c     off = avio_tell(s->pb);
avio_tell         435 libavformat/mp3dec.c         st->index_entries[i].pos += avio_tell(s->pb);
avio_tell         450 libavformat/mp3dec.c     pos = avio_tell(s->pb);
avio_tell         277 libavformat/mp3enc.c     mp3->xing_frame_offset = avio_tell(s->pb);
avio_tell         405 libavformat/mp3enc.c     int64_t old_pos = avio_tell(s->pb);
avio_tell         112 libavformat/mpc.c         int64_t pos = avio_tell(s->pb);
avio_tell         139 libavformat/mpc.c     pos = avio_tell(s->pb);
avio_tell         127 libavformat/mpc8.c     pos = avio_tell(pb);
avio_tell         130 libavformat/mpc8.c     *size -= avio_tell(pb) - pos;
avio_tell         200 libavformat/mpc8.c         pos = avio_tell(pb) + size;
avio_tell         218 libavformat/mpc8.c     c->header_pos = avio_tell(pb);
avio_tell         225 libavformat/mpc8.c         pos = avio_tell(pb);
avio_tell         239 libavformat/mpc8.c     pos = avio_tell(pb);
avio_tell         264 libavformat/mpc8.c     size -= avio_tell(pb) - pos;
avio_tell         269 libavformat/mpc8.c         int64_t pos = avio_tell(s->pb);
avio_tell         284 libavformat/mpc8.c         pos = avio_tell(s->pb);
avio_tell         130 libavformat/mpeg.c     int64_t last_pos = avio_tell(s->pb);
avio_tell         233 libavformat/mpeg.c     int64_t last_sync = avio_tell(s->pb);
avio_tell         242 libavformat/mpeg.c     last_sync = avio_tell(s->pb);
avio_tell         349 libavformat/mpeg.c         *ppos = avio_tell(s->pb) - 4;
avio_tell         961 libavformat/mpeg.c         int64_t old_pos = avio_tell(pb), new_pos;
avio_tell         971 libavformat/mpeg.c         new_pos = avio_tell(pb);
avio_tell        1459 libavformat/mpegts.c     int64_t new_off = avio_tell(pb);
avio_tell        1644 libavformat/mpegts.c     ret = parse_mp4_descr(&d, avio_tell(&d.pb), size, MP4IODescrTag);
avio_tell        1660 libavformat/mpegts.c     ret = parse_mp4_descr_arr(&d, avio_tell(&d.pb), size);
avio_tell        2844 libavformat/mpegts.c     uint64_t pos = avio_tell(pb);
avio_tell        2862 libavformat/mpegts.c             pos = avio_tell(pb);
avio_tell        2923 libavformat/mpegts.c     if (avio_tell(s->pb) != ts->last_pos) {
avio_tell        2959 libavformat/mpegts.c         ret = handle_packet(ts, data, avio_tell(s->pb));
avio_tell        2964 libavformat/mpegts.c     ts->last_pos = avio_tell(s->pb);
avio_tell        3057 libavformat/mpegts.c     pos = avio_tell(pb);
avio_tell        3163 libavformat/mpegts.c     pkt->pos = avio_tell(s->pb);
avio_tell        3174 libavformat/mpegts.c             pos = avio_tell(s->pb);
avio_tell        3269 libavformat/mpegts.c             pos = avio_tell(s->pb);
avio_tell         807 libavformat/mpegtsenc.c     return av_rescale(avio_tell(pb) + 11, 8 * PCR_TIME_BASE, ts->mux_rate) +
avio_tell        1901 libavformat/mpegtsenc.c         int packets = (avio_tell(s->pb) / (TS_PACKET_SIZE + 4)) % 32;
avio_tell         134 libavformat/mpjpegdec.c     int64_t pos = avio_tell(s->pb);
avio_tell         335 libavformat/mpjpegdec.c         pkt->pos  = avio_tell(s->pb);
avio_tell         100 libavformat/mpl2dec.c         const int64_t pos = avio_tell(s->pb);
avio_tell         117 libavformat/mpsubdec.c             const int64_t pos = avio_tell(s->pb);
avio_tell          90 libavformat/msf.c     avio_skip(s->pb, 0x40 - avio_tell(s->pb));
avio_tell         205 libavformat/mtv.c     if((avio_tell(pb) - s->internal->data_offset + mtv->img_segment_size) % mtv->full_segment_size)
avio_tell         436 libavformat/mvdec.c         pos   = avio_tell(pb);
avio_tell         405 libavformat/mxfdec.c     klv->offset = avio_tell(pb) - 4;
avio_tell         412 libavformat/mxfdec.c     pos = avio_tell(pb);
avio_tell         565 libavformat/mxfdec.c     int64_t end = avio_tell(pb) + klv->length;
avio_tell         625 libavformat/mxfdec.c     avio_skip(pb, end - avio_tell(pb));
avio_tell         686 libavformat/mxfdec.c     partition->pack_length = avio_tell(pb) - klv_offset + size;
avio_tell        2731 libavformat/mxfdec.c     uint64_t klv_end = avio_tell(pb) + klv->length;
avio_tell        2736 libavformat/mxfdec.c     while (avio_tell(pb) + 4 < klv_end && !avio_feof(pb)) {
avio_tell        2740 libavformat/mxfdec.c         uint64_t next = avio_tell(pb) + size;
avio_tell        2769 libavformat/mxfdec.c         if (avio_tell(pb) > klv_end) {
avio_tell        2779 libavformat/mxfdec.c         } else if (avio_tell(pb) <= next)   /* only seek forward, else this can loop for a long time */
avio_tell        2812 libavformat/mxfdec.c         uint64_t next = avio_tell(s->pb) + klv.length;
avio_tell        2816 libavformat/mxfdec.c         if (avio_tell(s->pb) > next) {
avio_tell        2902 libavformat/mxfdec.c         mxf->last_forward_tell = avio_tell(pb);
avio_tell        3177 libavformat/mxfdec.c     mxf->run_in = avio_tell(s->pb);
avio_tell        3436 libavformat/mxfdec.c         int64_t pos = avio_tell(s->pb);
avio_tell        1014 libavformat/mxfenc.c     pos = avio_tell(pb);
avio_tell        1264 libavformat/mxfenc.c     int64_t cur_pos = avio_tell(pb);
avio_tell        1278 libavformat/mxfenc.c     pos = avio_tell(pb);
avio_tell        1688 libavformat/mxfenc.c     pos = avio_tell(pb);
avio_tell        1818 libavformat/mxfenc.c     unsigned pad = klv_fill_size(avio_tell(s->pb));
avio_tell        1824 libavformat/mxfenc.c         av_assert1(!(avio_tell(s->pb) & (KAG_SIZE-1)));
avio_tell        1836 libavformat/mxfenc.c     uint64_t partition_offset = avio_tell(pb);
avio_tell        1884 libavformat/mxfenc.c     header_byte_count_offset = avio_tell(pb);
avio_tell        1914 libavformat/mxfenc.c         start = avio_tell(s->pb);
avio_tell        1918 libavformat/mxfenc.c         pos = avio_tell(s->pb);
avio_tell        2929 libavformat/mxfenc.c     uint64_t pos = avio_tell(pb);
avio_tell        2949 libavformat/mxfenc.c     avio_wb32(pb, avio_tell(pb) - pos + 4);
avio_tell        2967 libavformat/mxfenc.c     mxf->footer_partition_offset = avio_tell(pb);
avio_tell          57 libavformat/nistspheredec.c         if (avio_tell(s->pb) >= header_size)
avio_tell          85 libavformat/nistspheredec.c             if (avio_tell(s->pb) > header_size)
avio_tell          88 libavformat/nistspheredec.c             avio_skip(s->pb, header_size - avio_tell(s->pb));
avio_tell          53 libavformat/nspdec.c         pos   = avio_tell(s->pb);
avio_tell          62 libavformat/nspdec.c             avio_skip(s->pb, size - (avio_tell(s->pb) - pos));
avio_tell         298 libavformat/nsvdec.c     av_log(s, AV_LOG_TRACE, "NSV got header; filepos %"PRId64"\n", avio_tell(pb));
avio_tell         335 libavformat/nsvdec.c     av_log(s, AV_LOG_TRACE, "NSV got infos; filepos %"PRId64"\n", avio_tell(pb));
avio_tell         363 libavformat/nsvdec.c     av_log(s, AV_LOG_TRACE, "NSV got index; filepos %"PRId64"\n", avio_tell(pb));
avio_tell         145 libavformat/nutdec.c             return avio_tell(bc) - 8;
avio_tell         178 libavformat/nutdec.c     pos -= avio_tell(bc);
avio_tell         202 libavformat/nutdec.c     end += avio_tell(bc);
avio_tell         307 libavformat/nutdec.c     if (end > avio_tell(bc) + 4) {
avio_tell         334 libavformat/nutdec.c     if (nut->version > 3 && end > avio_tell(bc) + 4) {
avio_tell         372 libavformat/nutdec.c     end += avio_tell(bc);
avio_tell         503 libavformat/nutdec.c     end += avio_tell(bc);
avio_tell         617 libavformat/nutdec.c     nut->last_syncpoint_pos = avio_tell(bc) - 8;
avio_tell         620 libavformat/nutdec.c     end += avio_tell(bc);
avio_tell         691 libavformat/nutdec.c     end += avio_tell(bc);
avio_tell         828 libavformat/nutdec.c         pos = avio_tell(bc);
avio_tell         846 libavformat/nutdec.c         int64_t orig_pos = avio_tell(bc);
avio_tell         877 libavformat/nutdec.c         if (avio_tell(bc) >= maxpos)
avio_tell         903 libavformat/nutdec.c             if (value_len < 0 || value_len >= maxpos - avio_tell(bc))
avio_tell         981 libavformat/nutdec.c     if (avio_tell(bc) >= maxpos)
avio_tell         997 libavformat/nutdec.c         avio_tell(bc) > nut->last_syncpoint_pos + nut->max_distance) {
avio_tell        1000 libavformat/nutdec.c                avio_tell(bc), nut->last_syncpoint_pos, nut->max_distance);
avio_tell        1104 libavformat/nutdec.c     pkt->pos = avio_tell(bc); // FIXME
avio_tell        1115 libavformat/nutdec.c         sm_size = avio_tell(bc) - pkt->pos;
avio_tell        1146 libavformat/nutdec.c         int64_t pos  = avio_tell(bc);
avio_tell        1187 libavformat/nutdec.c             nut->last_resync_pos = avio_tell(bc);
avio_tell         596 libavformat/nutenc.c     int64_t startpos = avio_tell(bc);
avio_tell         637 libavformat/nutenc.c     payload_size = avio_tell(bc) - startpos + 8 + 4;
avio_tell         991 libavformat/nutenc.c     if (1LL << (20 + 3 * nut->header_count) <= avio_tell(bc))
avio_tell         997 libavformat/nutenc.c     if (data_size + 30 /*FIXME check*/ + avio_tell(bc) >= nut->last_syncpoint_pos + nut->max_distance)
avio_tell        1026 libavformat/nutenc.c         nut->last_syncpoint_pos = avio_tell(bc);
avio_tell         255 libavformat/nuv.c         uint64_t pos    = avio_tell(pb);
avio_tell         325 libavformat/nuv.c     while(!avio_feof(pb) && avio_tell(pb) < pos_limit) {
avio_tell         355 libavformat/nuv.c     while (!avio_feof(pb) && avio_tell(pb) < pos_limit) {
avio_tell         374 libavformat/nuv.c                     pos = avio_tell(s->pb) - HDRSIZE;
avio_tell          93 libavformat/oggdec.c     ost->pos      = avio_tell(s->pb);
avio_tell         161 libavformat/oggdec.c     int64_t start_pos = avio_tell(s->pb);
avio_tell         368 libavformat/oggdec.c     start_pos = avio_tell(bc);
avio_tell         382 libavformat/oggdec.c     page_pos = avio_tell(bc) - 27;
avio_tell         907 libavformat/oggdec.c     while (   avio_tell(bc) <= pos_limit
avio_tell         319 libavformat/omadec.c     int64_t pos     = avio_tell(s->pb);
avio_tell         353 libavformat/omadec.c     int64_t pos = avio_tell(s->pb);
avio_tell         424 libavformat/omadec.c     oc->content_start = avio_tell(s->pb);
avio_tell         597 libavformat/omadec.c     if (err || avio_tell(s->pb) < oc->content_start)
avio_tell          81 libavformat/pjsdec.c         const int64_t pos = avio_tell(s->pb);
avio_tell          96 libavformat/pmpdec.c     pos = avio_tell(pb) + 4LL*index_cnt;
avio_tell         170 libavformat/pp_bnk.c         trk->data_offset = avio_tell(s->pb);
avio_tell         221 libavformat/psxstr.c                     pkt->pos= avio_tell(pb) - RAW_CD_SECTOR_SIZE;
avio_tell          91 libavformat/pva.c     startpos = avio_tell(pb);
avio_tell         220 libavformat/pva.c             *pos = avio_tell(pb) + length;
avio_tell         176 libavformat/qcp.c         if (avio_tell(pb) & 1 && avio_r8(pb))
avio_tell          43 libavformat/r3d.c     atom->offset = avio_tell(s->pb);
avio_tell         183 libavformat/r3d.c     s->internal->data_offset = avio_tell(s->pb);
avio_tell         219 libavformat/r3d.c     int64_t pos = avio_tell(s->pb);
avio_tell         250 libavformat/r3d.c     tmp = atom->size - 8 - (avio_tell(s->pb) - pos);
avio_tell         275 libavformat/r3d.c     int64_t pos = avio_tell(s->pb);
avio_tell         314 libavformat/r3d.c     size = atom->size - 8 - (avio_tell(s->pb) - pos);
avio_tell          45 libavformat/rawdec.c     pkt->pos= avio_tell(s->pb);
avio_tell          81 libavformat/rawenc.c         int64_t file_size = avio_tell(pb);
avio_tell         308 libavformat/rdt.c         pos = avio_tell(&pb);
avio_tell         233 libavformat/riffdec.c     start = avio_tell(pb);
avio_tell         236 libavformat/riffdec.c     while ((cur = avio_tell(pb)) >= 0 &&
avio_tell          35 libavformat/riffenc.c     return avio_tell(pb);
avio_tell          44 libavformat/riffenc.c     pos = avio_tell(pb);
avio_tell          59 libavformat/riffenc.c     int64_t hdrstart = avio_tell(pb);
avio_tell         199 libavformat/riffenc.c     hdrsize = avio_tell(pb) - hdrstart;
avio_tell         133 libavformat/rmdec.c         int64_t startpos = avio_tell(pb);
avio_tell         138 libavformat/rmdec.c         if ((startpos + header_size) >= avio_tell(pb) + 2) {
avio_tell         144 libavformat/rmdec.c         if ((startpos + header_size) > avio_tell(pb))
avio_tell         145 libavformat/rmdec.c             avio_skip(pb, header_size + startpos - avio_tell(pb));
avio_tell         324 libavformat/rmdec.c     codec_pos = avio_tell(pb);
avio_tell         389 libavformat/rmdec.c         if ((ret = rm_read_extradata(s, pb, st->codecpar, codec_data_size - (avio_tell(pb) - codec_pos))) < 0)
avio_tell         406 libavformat/rmdec.c     size = avio_tell(pb) - codec_pos;
avio_tell         442 libavformat/rmdec.c                    str_id, avio_tell(pb));
avio_tell         444 libavformat/rmdec.c         } else if ((avio_size(pb) - avio_tell(pb)) / 14 < n_pkts) {
avio_tell         448 libavformat/rmdec.c                    str_id, avio_size(pb), avio_tell(pb),
avio_tell         449 libavformat/rmdec.c                    (avio_size(pb) - avio_tell(pb)) / 14);
avio_tell         463 libavformat/rmdec.c         if (next_off && avio_tell(pb) < next_off &&
avio_tell         611 libavformat/rmdec.c             codec_pos = avio_tell(pb);
avio_tell         643 libavformat/rmdec.c         data_off = avio_tell(pb) - 18;
avio_tell         686 libavformat/rmdec.c         *pos= avio_tell(pb) - 3;
avio_tell         813 libavformat/rmdec.c         vst->pktpos = avio_tell(pb);
avio_tell        1023 libavformat/rmdec.c                 pos = avio_tell(s->pb);
avio_tell        1174 libavformat/rmdec.c     pos = avio_tell(pb);
avio_tell        1191 libavformat/rmdec.c         avio_skip(pb, offset - avio_tell(pb));
avio_tell        1199 libavformat/rmdec.c         pos = avio_tell(pb);
avio_tell        1299 libavformat/rmdec.c     avio_skip(pb, avio_rb64(pb) + pos - avio_tell(s->pb));
avio_tell        1318 libavformat/rmdec.c     pos = avio_tell(pb);
avio_tell        1377 libavformat/rmdec.c                 av_log(s, AV_LOG_ERROR, "Unsupported opcode=%d at %"PRIX64"\n", opcode, avio_tell(pb) - 1);
avio_tell         120 libavformat/rmenc.c     data_offset = avio_tell(s);
avio_tell         277 libavformat/rmenc.c     rm->data_pos = avio_tell(s);
avio_tell         445 libavformat/rmenc.c         index_pos = avio_tell(pb);
avio_tell         136 libavformat/rsd.c         avio_skip(s->pb, 0x1A4 - avio_tell(s->pb));
avio_tell         158 libavformat/rsd.c     avio_skip(pb, start - avio_tell(pb));
avio_tell         178 libavformat/rsd.c     pos = avio_tell(s->pb);
avio_tell          73 libavformat/rsoenc.c     file_size = avio_tell(pb);
avio_tell         146 libavformat/rtpdec_asf.c         rt->asf_pb_pos = avio_tell(&pb);
avio_tell         214 libavformat/rtpdec_asf.c         while (avio_tell(pb) + 4 < len) {
avio_tell         215 libavformat/rtpdec_asf.c             int start_off = avio_tell(pb);
avio_tell         225 libavformat/rtpdec_asf.c             off = avio_tell(pb);
avio_tell         234 libavformat/rtpdec_asf.c                 if (asf->pktbuf && len_off != avio_tell(asf->pktbuf)) {
avio_tell         281 libavformat/rtpdec_asf.c         rt->asf_pb_pos = avio_tell(pb);
avio_tell         353 libavformat/rtpdec_jpeg.c     if (off != avio_tell(jpeg->frame) - jpeg->hdr_size) {
avio_tell         119 libavformat/rtpdec_qt.c         while (avio_tell(&pb) + 4 < pos + data_len) {
avio_tell         122 libavformat/rtpdec_qt.c             if (avio_tell(&pb) + tlv_len > pos + data_len)
avio_tell         159 libavformat/rtpdec_qt.c         avio_skip(&pb, ((avio_tell(&pb) + 3) & ~3) - avio_tell(&pb));
avio_tell         168 libavformat/rtpdec_qt.c     alen = len - avio_tell(&pb);
avio_tell         190 libavformat/rtpdec_qt.c         memcpy(qt->pkt.data + qt->pkt.size, buf + avio_tell(&pb), alen);
avio_tell         213 libavformat/rtpdec_qt.c         memcpy(pkt->data, buf + avio_tell(&pb), qt->bytes_per_frame);
avio_tell         225 libavformat/rtpdec_qt.c                    buf + avio_tell(&pb) + qt->bytes_per_frame,
avio_tell         151 libavformat/rtpdec_vp8.c                                avio_tell(vp8->data) >= vp8->first_part_size;
avio_tell         190 libavformat/rtpdec_vp8.c                 if (avio_tell(vp8->data) >= vp8->first_part_size) {
avio_tell         226 libavformat/rtpdec_vp8.c             } else if (vp8->data && avio_tell(vp8->data) >= vp8->first_part_size) {
avio_tell         166 libavformat/s337m.c     pos = avio_tell(pb);
avio_tell          79 libavformat/sdr2.c     pos = avio_tell(s->pb);
avio_tell         132 libavformat/sdsdec.c     pos = avio_tell(pb);
avio_tell         237 libavformat/segafilmenc.c     pos_end = avio_tell(format_context->pb);
avio_tell         242 libavformat/segafilmenc.c     pos = avio_tell(read_pb);
avio_tell         108 libavformat/serdec.c     pos = avio_tell(s->pb);
avio_tell         289 libavformat/sierravmd.c     pkt->pos= avio_tell(pb);
avio_tell         233 libavformat/smacker.c     smk->nextpos = avio_tell(pb);
avio_tell         270 libavformat/smacker.c             pos = avio_tell(s->pb) + size;
avio_tell         346 libavformat/smacker.c         smk->nextpos = avio_tell(s->pb);
avio_tell         149 libavformat/smjpegdec.c     pos   = avio_tell(s->pb);
avio_tell         124 libavformat/smjpegenc.c         currentpos = avio_tell(pb);
avio_tell         427 libavformat/smoothstreamingenc.c     while (avio_tell(in) < *moof_size) {
avio_tell         430 libavformat/smoothstreamingenc.c         int64_t end = avio_tell(in) + len - 8;
avio_tell          94 libavformat/soxenc.c         int64_t file_size = avio_tell(pb);
avio_tell         197 libavformat/spdifdec.c     pkt->pos = avio_tell(pb) - BURST_HEADER_SIZE;
avio_tell          86 libavformat/stldec.c         const int64_t pos = avio_tell(s->pb);
avio_tell          62 libavformat/subtitles.c     return avio_tell(r->pb) - r->buf_len + r->buf_pos;
avio_tell          70 libavformat/subviewer1dec.c             const int64_t pos = avio_tell(s->pb);
avio_tell         149 libavformat/subviewerdec.c             pos = avio_tell(s->pb);
avio_tell          42 libavformat/supdec.c     pos = avio_tell(s->pb);
avio_tell          58 libavformat/svag.c     avio_skip(s->pb, 0x800 - avio_tell(s->pb));
avio_tell         217 libavformat/swfdec.c         uint64_t pos = avio_tell(pb);
avio_tell          33 libavformat/swfenc.c     swf->tag_pos = avio_tell(pb);
avio_tell          51 libavformat/swfenc.c     pos = avio_tell(pb);
avio_tell         260 libavformat/swfenc.c     swf->duration_pos = avio_tell(pb);
avio_tell         359 libavformat/swfenc.c             swf->vframes_pos = avio_tell(pb);
avio_tell         503 libavformat/swfenc.c         file_size = avio_tell(pb);
avio_tell         132 libavformat/takdec.c             int64_t curpos = avio_tell(pb);
avio_tell         199 libavformat/takdec.c         left = tc->data_end - avio_tell(pb);
avio_tell         214 libavformat/tedcaptionsdec.c         pos = avio_tell(pb) - 1;
avio_tell         289 libavformat/tedcaptionsdec.c                    avio_tell(avf->pb));
avio_tell          59 libavformat/tta.c     start_offset = avio_tell(s->pb);
avio_tell         107 libavformat/tta.c     framepos = avio_tell(s->pb);
avio_tell         112 libavformat/tta.c     if (ff_alloc_extradata(st->codecpar, avio_tell(s->pb) - start_offset))
avio_tell         140 libavformat/tta.c         int64_t pos = avio_tell(s->pb);
avio_tell         149 libavformat/tty.c         uint64_t p = avio_tell(avctx->pb);
avio_tell         246 libavformat/utils.c         int64_t remaining= s->maxsize - avio_tell(s);
avio_tell         251 libavformat/utils.c             remaining= s->maxsize - avio_tell(s);
avio_tell         309 libavformat/utils.c     pkt->pos  = avio_tell(s);
avio_tell         404 libavformat/utils.c         ic->internal->data_offset = avio_tell(ic->pb);
avio_tell         656 libavformat/utils.c         s->internal->data_offset = avio_tell(s->pb);
avio_tell        3622 libavformat/utils.c     int64_t old_offset  = avio_tell(ic->pb);
avio_tell        3651 libavformat/utils.c                avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, ic->nb_streams);
avio_tell        4219 libavformat/utils.c                avio_tell(ic->pb), ic->pb->bytes_read, ic->pb->seek_count, count);
avio_tell         306 libavformat/vividas.c     off = avio_tell(pb);
avio_tell         328 libavformat/vividas.c         off = avio_tell(pb);
avio_tell         343 libavformat/vividas.c     off = avio_tell(pb);
avio_tell         363 libavformat/vividas.c         off = avio_tell(pb);
avio_tell         375 libavformat/vividas.c         if (avio_tell(pb) < off) {
avio_tell         544 libavformat/vividas.c     header_end = avio_tell(pb);
avio_tell         565 libavformat/vividas.c         int64_t here = avio_tell(pb);
avio_tell         612 libavformat/vividas.c     viv->sb_offset = avio_tell(pb);
avio_tell         668 libavformat/vividas.c     off = avio_tell(pb);
avio_tell         701 libavformat/vividas.c         viv->audio_subpackets[viv->n_audio_subpackets].start = (int)(off - avio_tell(pb));
avio_tell          40 libavformat/voc_packet.c                        avio_tell(pb),
avio_tell          54 libavformat/voc_packet.c             voc->remaining_size = avio_size(pb) - avio_tell(pb);
avio_tell          71 libavformat/vpk.c     if (offset < avio_tell(s->pb))
avio_tell          73 libavformat/vpk.c     avio_skip(s->pb, offset - avio_tell(s->pb));
avio_tell          90 libavformat/vpk.c         uint64_t pos = avio_tell(s->pb);
avio_tell          72 libavformat/vplayerdec.c         const int64_t pos = avio_tell(s->pb);
avio_tell         243 libavformat/vqf.c     pkt->pos          = avio_tell(s->pb);
avio_tell          76 libavformat/wavdec.c                 int64_t pos = avio_tell(s->pb);
avio_tell         341 libavformat/wavdec.c     wav->unaligned = avio_tell(s->pb) & 1;
avio_tell         395 libavformat/wavdec.c         next_tag_ofs = avio_tell(pb) + size;
avio_tell         427 libavformat/wavdec.c                 next_tag_ofs = wav->data_end = avio_tell(pb) + data_size;
avio_tell         438 libavformat/wavdec.c             data_ofs = avio_tell(pb);
avio_tell         480 libavformat/wavdec.c             wav->smv_data_ofs = avio_tell(pb) + (size - 5) * 3;
avio_tell         654 libavformat/wavdec.c             uint64_t old_pos = avio_tell(s->pb);
avio_tell         686 libavformat/wavdec.c     left = wav->data_end - avio_tell(s->pb);
avio_tell         700 libavformat/wavdec.c         wav->data_end = avio_tell(s->pb) + left;
avio_tell         824 libavformat/wavdec.c         if (size <= 24 || INT64_MAX - size < avio_tell(pb))
avio_tell         843 libavformat/wavdec.c             wav->data_end = avio_tell(pb) + size - 24;
avio_tell         845 libavformat/wavdec.c             data_ofs = avio_tell(pb);
avio_tell         854 libavformat/wavdec.c             start = avio_tell(pb);
avio_tell         861 libavformat/wavdec.c                 if (avio_feof(pb) || (cur = avio_tell(pb)) < 0 || cur > end - 8 /* = tag + size */)
avio_tell         880 libavformat/wavdec.c             avio_skip(pb, end - avio_tell(pb));
avio_tell         320 libavformat/wavenc.c         wav->ds64 = avio_tell(pb);
avio_tell         415 libavformat/wavenc.c         if (wav->write_peak != PEAK_ONLY && avio_tell(pb) - wav->data < UINT32_MAX) {
avio_tell         424 libavformat/wavenc.c         file_size = avio_tell(pb);
avio_tell         527 libavformat/wavenc.c     *pos = avio_tell(pb);
avio_tell         535 libavformat/wavenc.c     int64_t end, pos = avio_tell(pb);
avio_tell         584 libavformat/wavenc.c         file_size = avio_tell(pb);
avio_tell         183 libavformat/webpenc.c         filesize = avio_tell(s->pb);
avio_tell          90 libavformat/webvttdec.c         pos = avio_tell(s->pb);
avio_tell         433 libavformat/wtvdec.c     int64_t pos = avio_tell(pb);
avio_tell         797 libavformat/wtvdec.c             if ((ret = recover(wtv, avio_tell(pb) - 20)) < 0)
avio_tell        1001 libavformat/wtvdec.c     timeline_pos = avio_tell(s->pb); // save before opening another file
avio_tell         141 libavformat/wtvenc.c     wctx->last_chunk_pos = avio_tell(pb) - wctx->timeline_start_pos;
avio_tell         174 libavformat/wtvenc.c     int64_t chunk_len = avio_tell(pb) - (wctx->last_chunk_pos + wctx->timeline_start_pos);
avio_tell         288 libavformat/wtvenc.c     hdr_pos_start = avio_tell(pb);
avio_tell         295 libavformat/wtvenc.c     hdr_size = avio_tell(pb) - hdr_pos_start;
avio_tell         403 libavformat/wtvenc.c     pad = (1 << WTV_SECTOR_BITS) - avio_tell(pb);
avio_tell         406 libavformat/wtvenc.c     wctx->timeline_start_pos = avio_tell(pb);
avio_tell         554 libavformat/wtvenc.c         len_pos = avio_tell(pb);
avio_tell         578 libavformat/wtvenc.c     size = avio_tell(pb) - sector_pos;
avio_tell         600 libavformat/wtvenc.c     int64_t fat = avio_tell(s->pb);
avio_tell         606 libavformat/wtvenc.c         int64_t fat1 = avio_tell(s->pb);
avio_tell         730 libavformat/wtvenc.c     int64_t end_pos = avio_tell(pb);
avio_tell         793 libavformat/wtvenc.c     start_pos = avio_tell(pb);
avio_tell         798 libavformat/wtvenc.c     start_pos = avio_tell(pb);
avio_tell         803 libavformat/wtvenc.c     start_pos = avio_tell(pb);
avio_tell         808 libavformat/wtvenc.c     start_pos = avio_tell(pb);
avio_tell         814 libavformat/wtvenc.c     sector_pos = avio_tell(pb);
avio_tell         817 libavformat/wtvenc.c     file_end_pos = avio_tell(pb);
avio_tell          85 libavformat/wvdec.c     wc->pos = avio_tell(pb);
avio_tell         124 libavformat/wvdec.c         int64_t block_end = avio_tell(pb) + wc->header.blocksize;
avio_tell         130 libavformat/wvdec.c         while (avio_tell(pb) < block_end && !avio_feof(pb)) {
avio_tell         268 libavformat/wvdec.c         int64_t cur = avio_tell(s->pb);
avio_tell          69 libavformat/wvenc.c         int64_t pos = avio_tell(ctx->pb);
avio_tell         225 libavformat/xmv.c     xmv->next_packet_offset = avio_tell(pb);
avio_tell         374 libavformat/xmv.c     data_offset = avio_tell(pb);
avio_tell          85 libavformat/xvag.c     avio_skip(s->pb, offset - avio_tell(s->pb));
avio_tell         229 libavformat/xwma.c         xwma->data_end = avio_tell(pb) + size;
avio_tell         259 libavformat/xwma.c         cur_pos = avio_tell(pb);
avio_tell         295 libavformat/xwma.c     left = xwma->data_end - avio_tell(s->pb);
avio_tell         139 libavformat/yop.c     yop->video_packet.pos = avio_tell(pb);
avio_tell         280 libavformat/yuv4mpegdec.c     s->internal->data_offset = avio_tell(pb);
avio_tell         282 libavformat/yuv4mpegdec.c     st->duration = (avio_size(pb) - avio_tell(pb)) / s->packet_size;
avio_tell         292 libavformat/yuv4mpegdec.c     int64_t off = avio_tell(s->pb);
avio_tell         134 tools/ismindex.c     int64_t pos = avio_tell(in);
avio_tell         208 tools/ismindex.c                 fprintf(out, "%s %"PRId64, filename, avio_tell(in));
avio_tell         214 tools/ismindex.c                 fprintf(out, " %"PRId64"\n", avio_tell(in));
avio_tell         248 tools/ismindex.c     pos = avio_tell(in);
avio_tell         264 tools/ismindex.c         pos = avio_tell(in);
avio_tell         283 tools/ismindex.c         pos = avio_tell(in);
avio_tell         290 tools/ismindex.c                 pos = avio_tell(in);
avio_tell         326 tools/ismindex.c     int64_t pos   = avio_tell(f);
avio_tell          89 tools/sidxindex.c         int64_t pos = avio_tell(f);