Lines Matching refs:othercaps
102 base, GstPadDirection direction, GstCaps * caps, GstCaps * othercaps);
636 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_d3d11_base_convert_get_fixed_format() argument
640 result = gst_caps_intersect (othercaps, caps); in gst_d3d11_base_convert_get_fixed_format()
643 result = gst_caps_copy (othercaps); in gst_d3d11_base_convert_get_fixed_format()
665 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_d3d11_base_convert_fixate_size() argument
671 othercaps = gst_caps_truncate (othercaps); in gst_d3d11_base_convert_fixate_size()
672 othercaps = gst_caps_make_writable (othercaps); in gst_d3d11_base_convert_fixate_size()
674 outs = gst_caps_get_structure (othercaps, 0); in gst_d3d11_base_convert_fixate_size()
718 g_return_val_if_fail (gst_value_is_fixed (from_par), othercaps); in gst_d3d11_base_convert_fixate_size()
1095 return othercaps; in gst_d3d11_base_convert_fixate_size()
1100 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_d3d11_base_convert_fixate_caps() argument
1106 GST_PTR_FORMAT, othercaps, caps); in gst_d3d11_base_convert_fixate_caps()
1109 othercaps); in gst_d3d11_base_convert_fixate_caps()
1117 othercaps = in gst_d3d11_base_convert_fixate_caps()
1118 gst_d3d11_base_convert_fixate_size (base, direction, caps, othercaps); in gst_d3d11_base_convert_fixate_caps()
1120 if (gst_caps_get_size (othercaps) == 1) { in gst_d3d11_base_convert_fixate_caps()
1126 othercaps = gst_caps_make_writable (othercaps); in gst_d3d11_base_convert_fixate_caps()
1127 fixated_struct = gst_caps_get_structure (othercaps, 0); in gst_d3d11_base_convert_fixate_caps()
1140 GST_DEBUG_OBJECT (base, "fixated othercaps to %" GST_PTR_FORMAT, othercaps); in gst_d3d11_base_convert_fixate_caps()
1142 return othercaps; in gst_d3d11_base_convert_fixate_caps()
2351 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps);
2405 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_d3d11_color_convert_fixate_caps() argument
2411 GST_PTR_FORMAT, othercaps, caps); in gst_d3d11_color_convert_fixate_caps()
2414 othercaps); in gst_d3d11_color_convert_fixate_caps()
2415 gst_caps_unref (othercaps); in gst_d3d11_color_convert_fixate_caps()
2462 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps);
2563 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_d3d11_scale_fixate_caps() argument
2567 GST_PTR_FORMAT, othercaps, caps); in gst_d3d11_scale_fixate_caps()
2569 othercaps = in gst_d3d11_scale_fixate_caps()
2570 gst_d3d11_base_convert_fixate_size (base, direction, caps, othercaps); in gst_d3d11_scale_fixate_caps()
2572 GST_DEBUG_OBJECT (base, "fixated othercaps to %" GST_PTR_FORMAT, othercaps); in gst_d3d11_scale_fixate_caps()
2574 return othercaps; in gst_d3d11_scale_fixate_caps()