Searched refs:size_pos (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2enc.c103 int64_t size_pos, cur_pos; local
115 size_pos = avio_tell(s->pb);
142 avio_seek(s->pb, size_pos, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.h51 int64_t size_pos; ///< offset of the tag total size member in struct:ID3v2EncContext
H A Did3v2enc.c162 id3->size_pos = avio_tell(pb);
344 avio_seek(pb, id3->size_pos, SEEK_SET);

Completed in 92 milliseconds