Searched refs:available_bytes (Results 1 – 5 of 5) sorted by relevance
624 gsize bytes, available_bytes; in gst_videoframe_audiolevel_asink_chain() local687 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()
233 available_bytes() in available_bytes() function in boost::beast::basic_stream::ops::transfer_op352 amount = available_bytes(); in operator ()()384 available_bytes(), 1); in operator ()()
745 … int available_bytes = save->current_bo ? save->current_bo->Size - save->current_bo_bytes_used : 0; in compile_vertex_list() local746 if (total_bytes_needed > available_bytes) { in compile_vertex_list()762 available_bytes = save->current_bo->Size; in compile_vertex_list()
2926 size_t available_bytes = 0; in _PyObject_DebugMallocStats() local3016 available_bytes += f * size; in _PyObject_DebugMallocStats()3040 total += printone(out, "# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()