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