Home
last modified time | relevance | path

Searched refs:picture_adapter (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph264depay.h55 GstAdapter *picture_adapter; member
Dgstrtph265depay.h69 GstAdapter *picture_adapter; member
Dgstrtph264depay.c217 rtph264depay->picture_adapter = gst_adapter_new (); in gst_rtp_h264_depay_init()
234 gst_adapter_clear (rtph264depay->picture_adapter); in gst_rtp_h264_depay_reset()
278 g_object_unref (rtph264depay->picture_adapter); in gst_rtp_h264_depay_finalize()
909 outsize = gst_adapter_available (rtph264depay->picture_adapter); in gst_rtp_h264_complete_au()
919 list = gst_adapter_take_buffer_list (rtph264depay->picture_adapter, outsize); in gst_rtp_h264_complete_au()
1076 gst_adapter_push (rtph264depay->picture_adapter, nal); in gst_rtp_h264_depay_handle_nal()
Dgstrtph265depay.c156 rtph265depay->picture_adapter = gst_adapter_new (); in gst_rtp_h265_depay_init()
175 gst_adapter_clear (rtph265depay->picture_adapter); in gst_rtp_h265_depay_reset()
220 g_object_unref (rtph265depay->picture_adapter); in gst_rtp_h265_depay_finalize()
980 outsize = gst_adapter_available (rtph265depay->picture_adapter); in gst_rtp_h265_complete_au()
990 list = gst_adapter_take_buffer_list (rtph265depay->picture_adapter, outsize); in gst_rtp_h265_complete_au()
1164 gst_adapter_push (rtph265depay->picture_adapter, nal); in gst_rtp_h265_depay_handle_nal()