Searched refs:trex_count (Results 1 – 2 of 2) sorted by relevance
262 unsigned trex_count; member
4660 for (i = 0; i < c->trex_count; i++) in mov_read_tfhd()4719 if ((uint64_t)c->trex_count+1 >= UINT_MAX / sizeof(*c->trex_data)) in mov_read_trex()4721 if ((err = av_reallocp_array(&c->trex_data, c->trex_count + 1, in mov_read_trex()4723 c->trex_count = 0; in mov_read_trex()4729 trex = &c->trex_data[c->trex_count++]; in mov_read_trex()