Searched refs:need_bytes (Results 1 – 2 of 2) sorted by relevance
358 static void ensure_space(framer_state* st, size_t need_bytes) { in ensure_space() argument359 if (GPR_LIKELY(current_frame_size(st) + need_bytes <= st->max_frame_size)) { in ensure_space()
5161 need_bytes (guint32 num) in need_bytes() function5191 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()