Home
last modified time | relevance | path

Searched defs:needed_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/container/
Dsmall_vector.hpp502 static const std::size_t needed_bytes = sizeof(T)*N; member
569 static const std::size_t needed_bytes = storage_test::needed_bytes; member in boost::container::small_vector
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c636 guint needed_bytes) in gst_rtmp_connection_start_read()
675 gsize needed_bytes = 1; in gst_rtmp_connection_do_read() local
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c242 int needed_bytes = ebml_length_size(length); in put_ebml_length() local