Home
last modified time | relevance | path

Searched refs:f_adapter (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpj2kdepay.c137 rtpj2kdepay->f_adapter = gst_adapter_new (); in gst_rtp_j2k_depay_init()
167 gst_adapter_clear (rtpj2kdepay->f_adapter); in gst_rtp_j2k_depay_reset()
182 g_object_unref (rtpj2kdepay->f_adapter); in gst_rtp_j2k_depay_finalize()
317 if (gst_adapter_available (rtpj2kdepay->f_adapter) == 0) { in gst_rtp_j2k_depay_flush_tile()
326 gst_adapter_push (rtpj2kdepay->f_adapter, gst_buffer_ref (mheader)); in gst_rtp_j2k_depay_flush_tile()
369 gst_adapter_push (rtpj2kdepay->f_adapter, buf); in gst_rtp_j2k_depay_flush_tile()
411 avail = gst_adapter_available (rtpj2kdepay->f_adapter); in gst_rtp_j2k_depay_flush_frame()
420 gst_adapter_copy (rtpj2kdepay->f_adapter, end, avail - 2, 2); in gst_rtp_j2k_depay_flush_frame()
432 gst_adapter_push (rtpj2kdepay->f_adapter, outbuf); in gst_rtp_j2k_depay_flush_frame()
437 outbuf = gst_adapter_take_buffer (rtpj2kdepay->f_adapter, avail); in gst_rtp_j2k_depay_flush_frame()
[all …]
Dgstrtpj2kdepay.h54 GstAdapter *f_adapter; member