Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h278 MOVTrackExt *trex_data; member
H A Dmov.c1578 if (!c->trex_data) in mov_read_mvhd()
5038 if (c->trex_data[i].track_id == track_id) {
5039 trex = &c->trex_data[i];
5096 if ((uint64_t)c->trex_count+1 >= UINT_MAX / sizeof(*c->trex_data))
5098 if ((err = av_reallocp_array(&c->trex_data, c->trex_count + 1,
5099 sizeof(*c->trex_data))) < 0) {
5106 trex = &c->trex_data[c->trex_count++];
8537 av_freep(&mov->trex_data);
8789 if (mov->trex_data) {

Completed in 12 milliseconds