Searched refs:applicable_op (Results 1 – 2 of 2) sorted by relevance
335 dst_value->applicable_op = g_new0 (GstH264SPSExtMVCLevelValueOp, in gst_h264_sps_mvc_copy()337 if (!dst_value->applicable_op) in gst_h264_sps_mvc_copy()341 GstH264SPSExtMVCLevelValueOp *const dst_op = &dst_value->applicable_op[j]; in gst_h264_sps_mvc_copy()343 &src_value->applicable_op[j]; in gst_h264_sps_mvc_copy()1876 level_value->applicable_op = in gst_h264_parse_sps_mvc_data()1879 if (!level_value->applicable_op) in gst_h264_parse_sps_mvc_data()1883 GstH264SPSExtMVCLevelValueOp *const op = &level_value->applicable_op[j]; in gst_h264_parse_sps_mvc_data()2419 g_free (level_value->applicable_op[j].target_view_id); in gst_h264_sps_mvc_clear()2420 level_value->applicable_op[j].target_view_id = NULL; in gst_h264_sps_mvc_clear()2422 g_free (level_value->applicable_op); in gst_h264_sps_mvc_clear()[all …]
669 GstH264SPSExtMVCLevelValueOp *applicable_op; member