Searched refs:ptses (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c203 int64_t *ptses; /* maps EditUnit -> PTS */ member in struct:__anon3593
1171 if (!(index_table->ptses = av_calloc(index_table->nb_ptses, sizeof(int64_t))) ||
1173 av_freep(&index_table->ptses);
1180 index_table->ptses[x] = AV_NOPTS_VALUE;
1205 * We do this by bucket sorting x by x+TemporalOffset[x] into mxf->ptses,
1241 index_table->ptses[index] = x;
2401 pkt->pts = t->ptses[mxf->current_edit_unit];
2470 if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && t->ptses &&
2473 pkt->pts = t->ptses[mxf->current_edit_unit];
2530 av_freep(&mxf->index_tables[i].ptses);
[all...]

Completed in 158 milliseconds