Searched defs:ringbuf (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/nghttp2/lib/ |
| D | nghttp2_hd.c | 588 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init() 603 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get() 609 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve() 634 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free() 648 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front() 664 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) { in hd_ringbuf_pop_back()
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_hd.c | 588 static int hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_init() 603 static nghttp2_hd_entry *hd_ringbuf_get(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_get() 609 static int hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, in hd_ringbuf_reserve() 634 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free() 648 static int hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, in hd_ringbuf_push_front() 664 static void hd_ringbuf_pop_back(nghttp2_hd_ringbuf *ringbuf) { in hd_ringbuf_pop_back()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
| D | gstaudiobasesink.c | 1726 GstAudioRingBuffer *ringbuf = sink->ringbuffer; in gst_audio_base_sink_get_alignment() local 1806 GstAudioRingBuffer *ringbuf; in gst_audio_base_sink_render() local
|
| /third_party/gstreamer/gstplugins_good/ext/pulse/ |
| D | pulsesink.c | 723 GstAudioRingBuffer *ringbuf; in gst_pulsering_stream_latency_cb() local
|