Lines Matching refs:start
29 int64_t start;
38 { "start", "start offset", OFFSET(start), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D },
77 if (c->end <= c->start) {
78 av_log(h, AV_LOG_ERROR, "end before start\n");
86 c->pos = c->start;
128 return end - c->start;
131 new_pos = c->start + pos;
140 if (new_pos < c->start)
145 return c->pos - c->start;