Lines Matching defs:position
394 /* byte position of the segment inside the stream */
823 uint32_t id, int64_t position)
826 if (position >= 0) {
827 err = avio_seek(matroska->ctx->pb, position, SEEK_SET);
831 position = avio_tell(matroska->ctx->pb);
836 matroska->resync_pos = position;
848 /* Try to seek to the last position to resync from. If this doesn't work,
849 * we resync from the earliest position available: The start of the buffer. */
885 * number of 0-bits followed by a one. The position of the first
1192 // total byte length of the element by its position within the byte.
1406 // known good position, then it is inferred that an error occurred.
1408 // because the distance to the last known good position is
1429 "known good position 0x%"PRIx64", %d unknown elements"
1440 // of the element as the "last known good" position.
1476 // Zero is not a valid position for a level 1 element.