bytestream2_tell_p  258 libavcodec/bytestream.h     return bytestream2_tell_p(p);
bytestream2_tell_p  124 libavcodec/sunrastenc.c         s->length = bytestream2_tell_p(&s->p) - 32 - s->maplength;
bytestream2_tell_p  198 libavcodec/sunrastenc.c     avpkt->size = bytestream2_tell_p(&s->p);
bytestream2_tell_p  628 libavcodec/utvideoenc.c     pkt->size   = bytestream2_tell_p(&pb);
bytestream2_tell_p 2632 libavcodec/wavpackenc.c     start = bytestream2_tell_p(&pb);
bytestream2_tell_p 2651 libavcodec/wavpackenc.c     end = bytestream2_tell_p(&pb);
bytestream2_tell_p 2665 libavcodec/wavpackenc.c     start = bytestream2_tell_p(&pb);
bytestream2_tell_p 2691 libavcodec/wavpackenc.c     end = bytestream2_tell_p(&pb);
bytestream2_tell_p 2816 libavcodec/wavpackenc.c     block_size = bytestream2_tell_p(&pb);
bytestream2_tell_p  188 libavformat/rtpdec_jpeg.c     return bytestream2_tell_p(&pbc);