Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc358 static void ensure_space(framer_state* st, size_t need_bytes) { in ensure_space() argument
359 if (GPR_LIKELY(current_frame_size(st) + need_bytes <= st->max_frame_size)) { in ensure_space()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c5161 need_bytes (guint32 num) in need_bytes() function
5191 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()