Lines Matching defs:offset
305 static int32_t get_send_time(ASFContext *asf, int64_t pres_time, uint64_t *offset)
308 *offset = asf->data_offset + DATA_HEADER_SIZE;
313 *offset = asf->index_ptr[i].offset;
335 uint64_t offset;
336 int32_t send_time = get_send_time(asf, pres_time, &offset);
343 avio_wl64(pb, offset); // offset of the packet with send_time
1001 asf->index_ptr[i].offset = asf->next_packet_offset;
1025 uint64_t offset = avio_tell(pb);
1053 ret = update_index(s, start_sec, packet_number, packet_count, offset);