Lines Matching defs:offset
88 int64_t pos; ///< absolute offset in the containing AVIOContext where the master's elements start
164 int64_t cluster_pos; ///< offset of the cluster containing the block relative to the segment
165 int64_t relative_pos; ///< relative offset from the position of the cluster containing the block
183 unsigned offset;
210 int64_t cluster_pos; ///< file offset of the current Cluster
254 * offset, 4 bytes for target EBML ID */
623 if (track->offset <= size)
624 size -= track->offset;
647 unsigned offset = track->offset <= pkt->size ? track->offset : 0;
648 avio_write(pb, data + offset, pkt->size - offset);
947 uint64_t offset)
971 put_ebml_uint(cuepoint, MATROSKA_ID_CUECLUSTERPOSITION , entry->cluster_pos + offset);
2511 int offset = 0;
2526 offset += 4 * !!header.initial + 8 + 4 * !(header.initial && header.final);
2540 offset += header.blocksize;
2542 *size = offset;
2613 "duration %" PRId64 " at relative offset %" PRId64 " in cluster "
2614 "at offset %" PRId64 ". TrackNumber %u, keyframe %d\n",
2792 "%" PRId64 " at offset %" PRId64 " bytes\n",
2910 "Flushing cluster at offset %" PRIu64 " bytes\n",
2953 uint64_t size, offset = 0;
2962 mkv->tracks, s->nb_streams, offset);
2972 if (offset + mkv->reserve_cues_space < size) {
2974 offset = size - mkv->reserve_cues_space;
2985 if (offset) {
2987 offset);
2992 endpos += offset;
3183 track->offset = 8;