• Home
  • Raw
  • Download

Lines Matching refs:intersection

358     GstCaps *intersection;  in gst_shape_wipe_video_sink_getcaps()  local
360 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_video_sink_getcaps()
363 ret = intersection; in gst_shape_wipe_video_sink_getcaps()
388 GstCaps *intersection, *tmp2; in gst_shape_wipe_video_sink_getcaps() local
392 intersection = gst_caps_intersect (tmp, tmp2); in gst_shape_wipe_video_sink_getcaps()
395 tmp = intersection; in gst_shape_wipe_video_sink_getcaps()
407 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_video_sink_getcaps()
410 ret = intersection; in gst_shape_wipe_video_sink_getcaps()
481 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
483 intersection = gst_caps_intersect (ret, tmp); in gst_shape_wipe_mask_sink_getcaps()
486 ret = intersection; in gst_shape_wipe_mask_sink_getcaps()
523 GstCaps *intersection; in gst_shape_wipe_mask_sink_getcaps() local
525 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_mask_sink_getcaps()
528 ret = intersection; in gst_shape_wipe_mask_sink_getcaps()
569 GstCaps *intersection; in gst_shape_wipe_src_getcaps() local
571 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_src_getcaps()
574 ret = intersection; in gst_shape_wipe_src_getcaps()
598 GstCaps *intersection, *tmp2; in gst_shape_wipe_src_getcaps() local
602 intersection = gst_caps_intersect (tmp, tmp2); in gst_shape_wipe_src_getcaps()
606 tmp = gst_caps_make_writable (intersection); in gst_shape_wipe_src_getcaps()
616 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_src_getcaps()
619 ret = intersection; in gst_shape_wipe_src_getcaps()