Home
last modified time | relevance | path

Searched refs:ref_pic_marking (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264picture.c958 get_picNumX (GstH264Picture * picture, GstH264RefPicMarking * ref_pic_marking) in get_picNumX() argument
961 (ref_pic_marking->difference_of_pic_nums_minus1 + 1); in get_picNumX()
978 GstH264RefPicMarking * ref_pic_marking, GstH264Picture * picture) in gst_h264_dpb_perform_memory_management_control_operation() argument
987 g_return_val_if_fail (ref_pic_marking != NULL, FALSE); in gst_h264_dpb_perform_memory_management_control_operation()
990 type = ref_pic_marking->memory_management_control_operation; in gst_h264_dpb_perform_memory_management_control_operation()
999 pic_num_x = get_picNumX (picture, ref_pic_marking); in gst_h264_dpb_perform_memory_management_control_operation()
1015 ref_pic_marking->long_term_pic_num); in gst_h264_dpb_perform_memory_management_control_operation()
1023 ref_pic_marking->long_term_pic_num); in gst_h264_dpb_perform_memory_management_control_operation()
1030 pic_num_x = get_picNumX (picture, ref_pic_marking); in gst_h264_dpb_perform_memory_management_control_operation()
1045 && tmp->long_term_frame_idx == ref_pic_marking->long_term_frame_idx) { in gst_h264_dpb_perform_memory_management_control_operation()
[all …]
Dgsth264picture.h320 … GstH264RefPicMarking *ref_pic_marking,
Dgsth264decoder.c1916 for (i = 0; i < G_N_ELEMENTS (picture->dec_ref_pic_marking.ref_pic_marking); in gst_h264_decoder_handle_memory_management_opt()
1918 GstH264RefPicMarking *ref_pic_marking = in gst_h264_decoder_handle_memory_management_opt() local
1919 &picture->dec_ref_pic_marking.ref_pic_marking[i]; in gst_h264_decoder_handle_memory_management_opt()
1920 guint8 type = ref_pic_marking->memory_management_control_operation; in gst_h264_decoder_handle_memory_management_opt()
1931 ref_pic_marking->max_long_term_frame_idx_plus1 - 1; in gst_h264_decoder_handle_memory_management_opt()
1941 ref_pic_marking, picture)) { in gst_h264_decoder_handle_memory_management_opt()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h882 GstH264RefPicMarking ref_pic_marking[10]; member
Dgsth264parser.c732 G_N_ELEMENTS (dec_ref_pic_m->ref_pic_marking)) in gst_h264_slice_parse_dec_ref_pic_marking()
736 &dec_ref_pic_m->ref_pic_marking[dec_ref_pic_m->n_ref_pic_marking]; in gst_h264_slice_parse_dec_ref_pic_marking()