Lines Matching defs:ptses
281 int64_t *ptses; /* maps EditUnit -> PTS */
1930 if (!(index_table->ptses = av_calloc(index_table->nb_ptses, sizeof(int64_t))) ||
1934 av_freep(&index_table->ptses);
1943 index_table->ptses[x] = AV_NOPTS_VALUE;
1968 * We do this by bucket sorting x by x+TemporalOffset[x] into mxf->ptses,
2004 index_table->ptses[index] = x;
2012 if (index_table->ptses[x] != AV_NOPTS_VALUE)
2013 index_table->fake_index[index_table->ptses[x]].flags = flags[x];
3894 pkt->pts = t->ptses[track->sample_count];
4063 av_freep(&mxf->index_tables[i].ptses);
4160 t->ptses[0] != AV_NOPTS_VALUE &&
4161 sample_time < t->ptses[0] &&
4162 (t->fake_index[t->ptses[0]].flags & AVINDEX_KEYFRAME))
4163 sample_time = t->ptses[0];