Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcbs.c176 frag->nb_units_allocated = 0; in ff_cbs_fragment_free()
723 if (frag->nb_units < frag->nb_units_allocated) { in cbs_insert_unit()
734 frag->nb_units_allocated = 2*frag->nb_units_allocated + 1; in cbs_insert_unit()
H A Dcbs.h159 int nb_units_allocated; member
162 * Pointer to an array of units of length nb_units_allocated.
165 * Must be NULL if nb_units_allocated is zero.

Completed in 3 milliseconds