Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpconnection.c116 guint needed_bytes);
636 guint needed_bytes) in gst_rtmp_connection_start_read() argument
638 g_return_if_fail (needed_bytes > 0); in gst_rtmp_connection_start_read()
639 connection->input_needed_bytes = needed_bytes; in gst_rtmp_connection_start_read()
675 gsize needed_bytes = 1; in gst_rtmp_connection_do_read() local
686 needed_bytes = input_bytes->len + 1; in gst_rtmp_connection_do_read()
695 needed_bytes = header_size; in gst_rtmp_connection_do_read()
703 needed_bytes = header_size + next_size; in gst_rtmp_connection_do_read()
720 gst_rtmp_connection_start_read (sc, needed_bytes); in gst_rtmp_connection_do_read()
/third_party/boost/boost/container/
Dsmall_vector.hpp502 static const std::size_t needed_bytes = sizeof(T)*N; member
504 small_vector_storage_calculator_helper<needed_bytes, header_bytes, s_size>::value;
569 static const std::size_t needed_bytes = storage_test::needed_bytes; member in boost::container::small_vector
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c242 int needed_bytes = ebml_length_size(length); in put_ebml_length() local
248 bytes = needed_bytes; in put_ebml_length()
251 av_assert0(bytes >= needed_bytes); in put_ebml_length()