• Home
  • Raw
  • Download

Lines Matching refs:othercaps

526     GstPadDirection direction, GstCaps * caps, GstCaps * othercaps);
1357 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in fixate_size() argument
1364 othercaps = gst_caps_make_writable (othercaps); in fixate_size()
1365 othercaps = gst_caps_truncate (othercaps); in fixate_size()
1368 " based on caps %" GST_PTR_FORMAT, othercaps, caps); in fixate_size()
1371 outs = gst_caps_get_structure (othercaps, 0); in fixate_size()
1415 g_return_val_if_fail (gst_value_is_fixed (from_par), othercaps); in fixate_size()
1679 othercaps = gst_caps_fixate (othercaps); in fixate_size()
1682 othercaps); in fixate_size()
1689 return othercaps; in fixate_size()
1694 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_vulkan_view_convert_fixate_caps() argument
1701 othercaps = gst_caps_make_writable (othercaps); in gst_vulkan_view_convert_fixate_caps()
1704 direction == GST_PAD_SINK ? "sink" : "src", othercaps, caps); in gst_vulkan_view_convert_fixate_caps()
1711 tmp = _intersect_with_mview_mode (othercaps, mode, flags); in gst_vulkan_view_convert_fixate_caps()
1712 gst_caps_unref (othercaps); in gst_vulkan_view_convert_fixate_caps()
1713 othercaps = tmp; in gst_vulkan_view_convert_fixate_caps()
1727 tmp = _intersect_with_mview_mode (othercaps, mode, flags); in gst_vulkan_view_convert_fixate_caps()
1734 gst_caps_unref (othercaps); in gst_vulkan_view_convert_fixate_caps()
1735 othercaps = tmp; in gst_vulkan_view_convert_fixate_caps()
1742 _intersect_with_mview_modes (othercaps, in gst_vulkan_view_convert_fixate_caps()
1746 gst_caps_unref (othercaps); in gst_vulkan_view_convert_fixate_caps()
1747 othercaps = tmp; in gst_vulkan_view_convert_fixate_caps()
1757 tmp = _intersect_with_mview_mode (othercaps, mode, flags); in gst_vulkan_view_convert_fixate_caps()
1764 gst_caps_unref (othercaps); in gst_vulkan_view_convert_fixate_caps()
1765 othercaps = tmp; in gst_vulkan_view_convert_fixate_caps()
1770 othercaps = fixate_size (viewconvert, direction, caps, othercaps); in gst_vulkan_view_convert_fixate_caps()
1771 othercaps = gst_caps_fixate (othercaps); in gst_vulkan_view_convert_fixate_caps()
1775 direction == GST_PAD_SINK ? "sink" : "src", othercaps, caps); in gst_vulkan_view_convert_fixate_caps()
1776 return othercaps; in gst_vulkan_view_convert_fixate_caps()