Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Disom.h279 unsigned trex_count; member
H A Dmov.c5037 for (i = 0; i < c->trex_count; 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,
5100 c->trex_count = 0;
5106 trex = &c->trex_data[c->trex_count++];

Completed in 11 milliseconds