Lines Matching defs:end
621 int64_t end = avio_tell(pb) + klv->length;
681 avio_skip(pb, end - avio_tell(pb));
1274 char layout[16] = {0}; /* not for printing, may end up not terminated on purpose */
1832 * Returns the end position of the essence container with given BodySID, or zero if unknown
3266 * it extending past the end of the KLV though (zzuf5.mxf). */
3273 "local tag %#04x extends past end of local set @ %#"PRIx64"\n",
3313 av_log(s, AV_LOG_ERROR, "read past end of KLV @ %#"PRIx64"\n",
3397 /* remember where we were so we don't end up seeking further back than this */
3627 goto end;
3631 goto end;
3634 goto end;
3646 end:
4075 const uint8_t *end = p->buf + FFMIN(p->buf_size, RUN_IN_MAX + 1 + sizeof(mxf_header_partition_pack_key));
4081 end -= sizeof(mxf_header_partition_pack_key);
4083 for (; bufp < end;) {
4172 * make sure we don't seek past the end */