• Home
  • Raw
  • Download

Lines Matching refs:GstH264Dpb

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()
254 gst_h264_dpb_set_max_num_reorder_frames (GstH264Dpb * dpb, in gst_h264_dpb_set_max_num_reorder_frames()
271 gst_h264_dpb_add (GstH264Dpb * dpb, GstH264Picture * picture) in gst_h264_dpb_add()
321 gst_h264_dpb_delete_unused (GstH264Dpb * dpb) in gst_h264_dpb_delete_unused()
352 gst_h264_dpb_num_ref_frames (GstH264Dpb * dpb) in gst_h264_dpb_num_ref_frames()
381 gst_h264_dpb_mark_all_non_ref (GstH264Dpb * dpb) in gst_h264_dpb_mark_all_non_ref()
405 gst_h264_dpb_get_short_ref_by_pic_num (GstH264Dpb * dpb, gint pic_num) in gst_h264_dpb_get_short_ref_by_pic_num()
437 gst_h264_dpb_get_long_ref_by_long_term_pic_num (GstH264Dpb * dpb, in gst_h264_dpb_get_long_ref_by_long_term_pic_num()
467 gst_h264_dpb_get_lowest_frame_num_short_ref (GstH264Dpb * dpb) in gst_h264_dpb_get_lowest_frame_num_short_ref()
503 gst_h264_dpb_get_pictures_short_term_ref (GstH264Dpb * dpb, in gst_h264_dpb_get_pictures_short_term_ref()
540 gst_h264_dpb_get_pictures_long_term_ref (GstH264Dpb * dpb, in gst_h264_dpb_get_pictures_long_term_ref()
570 gst_h264_dpb_get_pictures_all (GstH264Dpb * dpb) in gst_h264_dpb_get_pictures_all()
584 gst_h264_dpb_get_size (GstH264Dpb * dpb) in gst_h264_dpb_get_size()
603 gst_h264_dpb_get_picture (GstH264Dpb * dpb, guint32 system_frame_number) in gst_h264_dpb_get_picture()
631 gst_h264_dpb_has_empty_frame_buffer (GstH264Dpb * dpb) in gst_h264_dpb_has_empty_frame_buffer()
659 gst_h264_dpb_get_lowest_output_needed_picture (GstH264Dpb * dpb, in gst_h264_dpb_get_lowest_output_needed_picture()
708 gst_h264_dpb_needs_bump (GstH264Dpb * dpb, GstH264Picture * to_insert, in gst_h264_dpb_needs_bump()
881 gst_h264_dpb_bump (GstH264Dpb * dpb, gboolean drain) in gst_h264_dpb_bump()
948 gst_h264_dpb_set_last_output (GstH264Dpb * dpb, GstH264Picture * picture) in gst_h264_dpb_set_last_output()
977 gst_h264_dpb_perform_memory_management_control_operation (GstH264Dpb * dpb, in gst_h264_dpb_perform_memory_management_control_operation()