Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs.h156 int nb_units_allocated; member
Dcbs.c175 frag->nb_units_allocated = 0; in ff_cbs_fragment_free()
704 if (frag->nb_units < frag->nb_units_allocated) { in cbs_insert_unit()
715 frag->nb_units_allocated = 2*frag->nb_units_allocated + 1; in cbs_insert_unit()