Lines Matching refs:end
63 uint16_t end;
293 style->end = bytestream_get_be16(&tsmb);
294 if (style->end < style->start ||
295 (i && style->start < m->s[i - 1].end)) {
299 if (style->start == style->end) {
313 } else if (i && style->start == style[-1].end &&
316 style[-1].end = style->end;
371 if (text_pos == style->end) {
481 const char *ptr = avpkt->data, *end;
490 * used to mark the end of the previous non-empty subtitle.
504 end = ptr + FFMIN(2 + text_length, avpkt->size);
514 const uint8_t *tsmb = end;
551 text_to_ass(&buf, ptr, end, avctx);
554 text_to_ass(&buf, ptr, end, avctx);