Home
last modified time | relevance | path

Searched refs:GstH264Dpb (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.h228 typedef struct _GstH264Dpb GstH264Dpb; typedef
231 GstH264Dpb * gst_h264_dpb_new (void);
234 void gst_h264_dpb_set_max_num_frames (GstH264Dpb * dpb,
238 gint gst_h264_dpb_get_max_num_frames (GstH264Dpb * dpb);
241 void gst_h264_dpb_set_interlaced (GstH264Dpb * dpb,
245 void gst_h264_dpb_set_max_num_reorder_frames (GstH264Dpb * dpb,
249 gboolean gst_h264_dpb_get_interlaced (GstH264Dpb * dpb);
252 void gst_h264_dpb_free (GstH264Dpb * dpb);
255 void gst_h264_dpb_clear (GstH264Dpb * dpb);
258 void gst_h264_dpb_add (GstH264Dpb * dpb,
[all …]
Dgsth264picture.c119 gst_h264_dpb_init (GstH264Dpb * dpb) in gst_h264_dpb_init()
133 GstH264Dpb *
136 GstH264Dpb *dpb; in gst_h264_dpb_new()
138 dpb = g_new0 (GstH264Dpb, 1); in gst_h264_dpb_new()
160 gst_h264_dpb_set_max_num_frames (GstH264Dpb * dpb, gint max_num_frames) in gst_h264_dpb_set_max_num_frames()
176 gst_h264_dpb_get_max_num_frames (GstH264Dpb * dpb) in gst_h264_dpb_get_max_num_frames()
191 gst_h264_dpb_set_interlaced (GstH264Dpb * dpb, gboolean interlaced) in gst_h264_dpb_set_interlaced()
207 gst_h264_dpb_get_interlaced (GstH264Dpb * dpb) in gst_h264_dpb_get_interlaced()
221 gst_h264_dpb_free (GstH264Dpb * dpb) in gst_h264_dpb_free()
237 gst_h264_dpb_clear (GstH264Dpb * dpb) in gst_h264_dpb_clear()
[all …]
Dgsth264decoder.h170 GstH264Dpb * dpb);
Dgsth264decoder.c96 GstH264Dpb *dpb;
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c148 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb);
713 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb) in gst_nv_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp152 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb);
656 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb) in gst_d3d11_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c541 GstH264SliceHdr * slice_hdr, GstH264Picture * picture, GstH264Dpb * dpb) in gst_v4l2_codec_h264_dec_fill_decoder_params()
953 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb) in gst_v4l2_codec_h264_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c375 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb) in gst_va_h264_dec_start_picture()