Searched refs:last_chunk_pos (Results 1 – 1 of 1) sorted by relevance
92 int64_t last_chunk_pos; /**< last chunk position */ member141 wctx->last_chunk_pos = avio_tell(pb) - wctx->timeline_start_pos; in write_chunk_header()150 t->pos = wctx->last_chunk_pos; in write_chunk_header()163 int64_t last_chunk_pos = wctx->last_chunk_pos; in write_chunk_header2() local165 avio_wl64(pb, last_chunk_pos); in write_chunk_header2()174 int64_t chunk_len = avio_tell(pb) - (wctx->last_chunk_pos + wctx->timeline_start_pos); in finish_chunk_noindex()205 wctx->first_index_pos = wctx->last_chunk_pos; in write_index()341 int64_t last_chunk_pos = wctx->last_chunk_pos; in write_sync() local349 add_serial_pair(&wctx->sp_pairs, &wctx->nb_sp_pairs, wctx->serial, wctx->last_chunk_pos); in write_sync()351 wctx->last_chunk_pos = last_chunk_pos; in write_sync()[all …]