Searched refs:bytestream2_tell_p (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsunrastenc.c124 s->length = bytestream2_tell_p(&s->p) - 32 - s->maplength;
197 avpkt->size = bytestream2_tell_p(&s->p);
H A Dbytestream.h191 static av_always_inline int bytestream2_tell_p(PutByteContext *p) function
258 return bytestream2_tell_p(p);
H A Dutvideoenc.c627 pkt->size = bytestream2_tell_p(&pb);
H A Dwavpackenc.c2629 start = bytestream2_tell_p(&pb);
2648 end = bytestream2_tell_p(&pb);
2662 start = bytestream2_tell_p(&pb);
2688 end = bytestream2_tell_p(&pb);
2813 block_size = bytestream2_tell_p(&pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbytestream.h196 static av_always_inline int bytestream2_tell_p(PutByteContext *p) function
253 return bytestream2_tell_p(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_jpeg.c196 return bytestream2_tell_p(&pbc);

Completed in 103 milliseconds