Searched refs:items_size (Results 1 – 1 of 1) sorted by relevance
129 static int parse_string(char *str, float **items, int *nb_items, int *items_size) in parse_string() argument134 new_items = av_fast_realloc(NULL, items_size, 1 * sizeof(float)); in parse_string()145 new_items = av_fast_realloc(*items, items_size, (*nb_items + 1) * sizeof(float)); in parse_string()