Lines Matching defs:repeat
56 * (i.e. previous S@starttime + @duration * (@repeat + 1)).
59 /* repeat: Element or Attribute Name
60 * specifies the repeat count of the number of following contiguous Segments with
64 int64_t repeat;
269 if (pls->timelines[i]->repeat == -1) {
274 for (j = 0; j < pls->timelines[i]->repeat; j++) {
302 for (j = 0; j < pls->timelines[i]->repeat; j++) {
686 tml->repeat =(int64_t) strtoll(val, NULL, 10);
1435 if (pls->timelines[i]->repeat == -1) {
1439 num += pls->timelines[i]->repeat;
2274 for (j = 0; j < pls->timelines[i]->repeat; j++) {