Home
last modified time | relevance | path

Searched refs:available_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c624 gsize bytes, available_bytes; in gst_videoframe_audiolevel_asink_chain() local
687 available_bytes = gst_adapter_available (self->adapter); in gst_videoframe_audiolevel_asink_chain()
688 if (available_bytes == 0) { in gst_videoframe_audiolevel_asink_chain()
697 bytes, available_bytes); in gst_videoframe_audiolevel_asink_chain()
698 gst_adapter_flush (self->adapter, MIN (bytes, available_bytes)); in gst_videoframe_audiolevel_asink_chain()
700 if (available_bytes <= bytes) { in gst_videoframe_audiolevel_asink_chain()
716 available_bytes = gst_adapter_available (self->adapter); in gst_videoframe_audiolevel_asink_chain()
719 available_bytes, bytes); in gst_videoframe_audiolevel_asink_chain()
721 if (available_bytes < bytes) { in gst_videoframe_audiolevel_asink_chain()
740 if (available_bytes == bytes) in gst_videoframe_audiolevel_asink_chain()
/third_party/boost/boost/beast/core/impl/
Dbasic_stream.hpp233 available_bytes() in available_bytes() function in boost::beast::basic_stream::ops::transfer_op
352 amount = available_bytes(); in operator ()()
384 available_bytes(), 1); in operator ()()
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dbasic_stream.hpp233 available_bytes() in available_bytes() function in boost::beast::basic_stream::ops::transfer_op
352 amount = available_bytes(); in operator ()()
384 available_bytes(), 1); in operator ()()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c745 … int available_bytes = save->current_bo ? save->current_bo->Size - save->current_bo_bytes_used : 0; in compile_vertex_list() local
746 if (total_bytes_needed > available_bytes) { in compile_vertex_list()
762 available_bytes = save->current_bo->Size; in compile_vertex_list()
/third_party/python/Objects/
Dobmalloc.c2926 size_t available_bytes = 0; in _PyObject_DebugMallocStats() local
3016 available_bytes += f * size; in _PyObject_DebugMallocStats()
3040 total += printone(out, "# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()