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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvenc.c89 int64_t timeline_start_pos; member in struct:__anon3660
141 wctx->last_chunk_pos = avio_tell(pb) - wctx->timeline_start_pos;
174 int64_t chunk_len = avio_tell(pb) - (wctx->last_chunk_pos + wctx->timeline_start_pos);
406 wctx->timeline_start_pos = avio_tell(pb);
789 if (finish_file(s, WTV_TIMELINE, wctx->timeline_start_pos) < 0)

Completed in 111 milliseconds