• Home
  • Raw
  • Download

Lines Matching defs:dpb

125   GstH265Dpb *dpb;  in gst_h265_dpb_new()  local
146 gst_h265_dpb_set_max_num_pics (GstH265Dpb * dpb, gint max_num_pics) in gst_h265_dpb_set_max_num_pics()
160 gst_h265_dpb_get_max_num_pics (GstH265Dpb * dpb) in gst_h265_dpb_get_max_num_pics()
174 gst_h265_dpb_free (GstH265Dpb * dpb) in gst_h265_dpb_free()
190 gst_h265_dpb_clear (GstH265Dpb * dpb) in gst_h265_dpb_clear()
207 gst_h265_dpb_add (GstH265Dpb * dpb, GstH265Picture * picture) in gst_h265_dpb_add()
243 gst_h265_dpb_delete_unused (GstH265Dpb * dpb) in gst_h265_dpb_delete_unused()
269 gst_h265_dpb_num_ref_pictures (GstH265Dpb * dpb) in gst_h265_dpb_num_ref_pictures()
294 gst_h265_dpb_mark_all_non_ref (GstH265Dpb * dpb) in gst_h265_dpb_mark_all_non_ref()
318 gst_h265_dpb_get_ref_by_poc (GstH265Dpb * dpb, gint poc) in gst_h265_dpb_get_ref_by_poc()
347 gst_h265_dpb_get_ref_by_poc_lsb (GstH265Dpb * dpb, gint poc_lsb) in gst_h265_dpb_get_ref_by_poc_lsb()
376 gst_h265_dpb_get_short_ref_by_poc (GstH265Dpb * dpb, gint poc) in gst_h265_dpb_get_short_ref_by_poc()
405 gst_h265_dpb_get_long_ref_by_poc (GstH265Dpb * dpb, gint poc) in gst_h265_dpb_get_long_ref_by_poc()
432 gst_h265_dpb_get_pictures_all (GstH265Dpb * dpb) in gst_h265_dpb_get_pictures_all()
446 gst_h265_dpb_get_size (GstH265Dpb * dpb) in gst_h265_dpb_get_size()
465 gst_h265_dpb_get_picture (GstH265Dpb * dpb, guint32 system_frame_number) in gst_h265_dpb_get_picture()
485 gst_h265_dpb_check_latency_count (GstH265Dpb * dpb, guint32 max_latency) in gst_h265_dpb_check_latency_count()
516 gst_h265_dpb_needs_bump (GstH265Dpb * dpb, guint max_num_reorder_pics, in gst_h265_dpb_needs_bump()
557 gst_h265_dpb_get_lowest_output_needed_picture (GstH265Dpb * dpb, in gst_h265_dpb_get_lowest_output_needed_picture()
606 gst_h265_dpb_bump (GstH265Dpb * dpb, gboolean drain) in gst_h265_dpb_bump()