• Home
  • Raw
  • Download

Lines Matching refs:GstH264Dpb

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,
262 void gst_h264_dpb_delete_unused (GstH264Dpb * dpb);
265 gint gst_h264_dpb_num_ref_frames (GstH264Dpb * dpb);
268 void gst_h264_dpb_mark_all_non_ref (GstH264Dpb * dpb);
271 GstH264Picture * gst_h264_dpb_get_short_ref_by_pic_num (GstH264Dpb * dpb,
275 GstH264Picture * gst_h264_dpb_get_long_ref_by_long_term_pic_num (GstH264Dpb * dpb,
279 GstH264Picture * gst_h264_dpb_get_lowest_frame_num_short_ref (GstH264Dpb * dpb);
282 void gst_h264_dpb_get_pictures_short_term_ref (GstH264Dpb * dpb,
288 void gst_h264_dpb_get_pictures_long_term_ref (GstH264Dpb * dpb,
293 GArray * gst_h264_dpb_get_pictures_all (GstH264Dpb * dpb);
296 GstH264Picture * gst_h264_dpb_get_picture (GstH264Dpb * dpb,
300 gint gst_h264_dpb_get_size (GstH264Dpb * dpb);
303 gboolean gst_h264_dpb_has_empty_frame_buffer (GstH264Dpb * dpb);
306 gboolean gst_h264_dpb_needs_bump (GstH264Dpb * dpb,
311 GstH264Picture * gst_h264_dpb_bump (GstH264Dpb * dpb,
315 void gst_h264_dpb_set_last_output (GstH264Dpb * dpb,
319 gboolean gst_h264_dpb_perform_memory_management_control_operation (GstH264Dpb * dpb,