Searched refs:GstH264Dpb (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth264picture.h | 228 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 …]
|
D | gsth264picture.c | 119 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 …]
|
D | gsth264decoder.h | 170 GstH264Dpb * dpb);
|
D | gsth264decoder.c | 96 GstH264Dpb *dpb;
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh264dec.c | 148 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/ |
D | gstd3d11h264dec.cpp | 152 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/ |
D | gstv4l2codech264dec.c | 541 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/ |
D | gstvah264dec.c | 375 GstH264Picture * picture, GstH264Slice * slice, GstH264Dpb * dpb) in gst_va_h264_dec_start_picture()
|