Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenc.c255 int64_t entryPos, curpos; in mov_write_stsc_tag() local
261 entryPos = avio_tell(pb); in mov_write_stsc_tag()
273 avio_seek(pb, entryPos, SEEK_SET); in mov_write_stsc_tag()
283 int64_t curpos, entryPos; in mov_write_stss_tag() local
289 entryPos = avio_tell(pb); in mov_write_stss_tag()
298 avio_seek(pb, entryPos, SEEK_SET); in mov_write_stss_tag()

Completed in 17 milliseconds