Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Davienc.c64 int ents_allocated; member
119 if (idx->ents_allocated <= idx->entry) { in avi_add_ientry()
122 idx->ents_allocated = 0; in avi_add_ientry()
130 idx->ents_allocated += AVI_INDEX_CLUSTER_SIZE; in avi_add_ientry()
983 for (int j = 0; j < avist->indexes.ents_allocated / AVI_INDEX_CLUSTER_SIZE; j++) in avi_deinit()
986 avist->indexes.ents_allocated = avist->indexes.entry = 0; in avi_deinit()

Completed in 2 milliseconds