• Home
  • Raw
  • Download

Lines Matching refs:GstH264Picture

30 GST_DEFINE_MINI_OBJECT_TYPE (GstH264Picture, gst_h264_picture);
33 _gst_h264_picture_free (GstH264Picture * picture) in _gst_h264_picture_free()
48 GstH264Picture *
51 GstH264Picture *pic; in gst_h264_picture_new()
53 pic = g_new0 (GstH264Picture, 1); in gst_h264_picture_new()
79 gst_h264_picture_set_user_data (GstH264Picture * picture, gpointer user_data, in gst_h264_picture_set_user_data()
101 gst_h264_picture_get_user_data (GstH264Picture * picture) in gst_h264_picture_get_user_data()
142 g_array_sized_new (FALSE, TRUE, sizeof (GstH264Picture *), in gst_h264_dpb_new()
271 gst_h264_dpb_add (GstH264Dpb * dpb, GstH264Picture * picture) in gst_h264_dpb_add()
328 GstH264Picture *picture = in gst_h264_dpb_delete_unused()
329 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_delete_unused()
360 GstH264Picture *picture = in gst_h264_dpb_num_ref_frames()
361 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_num_ref_frames()
388 GstH264Picture *picture = in gst_h264_dpb_mark_all_non_ref()
389 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_mark_all_non_ref()
404 GstH264Picture *
412 GstH264Picture *picture = in gst_h264_dpb_get_short_ref_by_pic_num()
413 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_short_ref_by_pic_num()
436 GstH264Picture *
445 GstH264Picture *picture = in gst_h264_dpb_get_long_ref_by_long_term_pic_num()
446 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_long_ref_by_long_term_pic_num()
466 GstH264Picture *
470 GstH264Picture *ret = NULL; in gst_h264_dpb_get_lowest_frame_num_short_ref()
475 GstH264Picture *picture = in gst_h264_dpb_get_lowest_frame_num_short_ref()
476 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_lowest_frame_num_short_ref()
512 GstH264Picture *picture = in gst_h264_dpb_get_pictures_short_term_ref()
513 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_pictures_short_term_ref()
549 GstH264Picture *picture = in gst_h264_dpb_get_pictures_long_term_ref()
550 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_pictures_long_term_ref()
602 GstH264Picture *
610 GstH264Picture *picture = in gst_h264_dpb_get_picture()
611 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_get_picture()
641 GstH264Picture *picture = in gst_h264_dpb_has_empty_frame_buffer()
642 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_has_empty_frame_buffer()
660 GstH264Picture ** picture) in gst_h264_dpb_get_lowest_output_needed_picture()
663 GstH264Picture *lowest = NULL; in gst_h264_dpb_get_lowest_output_needed_picture()
669 GstH264Picture *picture = in gst_h264_dpb_get_lowest_output_needed_picture()
670 g_array_index (dpb->pic_list, GstH264Picture *, i); 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()
711 GstH264Picture *picture = NULL; in gst_h264_dpb_needs_bump()
761 GstH264Picture *p = g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_needs_bump()
880 GstH264Picture *
883 GstH264Picture *picture; in gst_h264_dpb_bump()
884 GstH264Picture *other_picture; in gst_h264_dpb_bump()
919 GstH264Picture *tmp = in gst_h264_dpb_bump()
920 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_bump()
948 gst_h264_dpb_set_last_output (GstH264Dpb * dpb, GstH264Picture * picture) in gst_h264_dpb_set_last_output()
958 get_picNumX (GstH264Picture * picture, GstH264RefPicMarking * ref_pic_marking) in get_picNumX()
978 GstH264RefPicMarking * ref_pic_marking, GstH264Picture * picture) in gst_h264_dpb_perform_memory_management_control_operation()
983 GstH264Picture *other; in gst_h264_dpb_perform_memory_management_control_operation()
1041 GstH264Picture *tmp = in gst_h264_dpb_perform_memory_management_control_operation()
1042 g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_perform_memory_management_control_operation()
1119 other = g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_perform_memory_management_control_operation()
1133 other = g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_perform_memory_management_control_operation()
1163 other = g_array_index (dpb->pic_list, GstH264Picture *, i); in gst_h264_dpb_perform_memory_management_control_operation()
1205 gst_h264_picture_set_reference (GstH264Picture * picture, in gst_h264_picture_set_reference()