Lines Matching refs:othercaps
65 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps);
149 GstCaps *othercaps; in gst_ivtc_transform_caps() local
152 othercaps = gst_caps_copy (caps); in gst_ivtc_transform_caps()
168 for (i = 0; i < gst_caps_get_size (othercaps); i++) { in gst_ivtc_transform_caps()
169 GstStructure *structure = gst_caps_get_structure (othercaps, i); in gst_ivtc_transform_caps()
176 for (i = 0; i < gst_caps_get_size (othercaps); i++) { in gst_ivtc_transform_caps()
177 GstStructure *structure = gst_caps_get_structure (othercaps, i); in gst_ivtc_transform_caps()
187 intersect = gst_caps_intersect (othercaps, filter); in gst_ivtc_transform_caps()
188 gst_caps_unref (othercaps); in gst_ivtc_transform_caps()
189 othercaps = intersect; in gst_ivtc_transform_caps()
192 return othercaps; in gst_ivtc_transform_caps()
197 GstCaps * caps, GstCaps * othercaps) in gst_ivtc_fixate_caps() argument
201 GST_DEBUG_OBJECT (trans, "fixating caps %" GST_PTR_FORMAT, othercaps); in gst_ivtc_fixate_caps()
203 result = gst_caps_make_writable (othercaps); in gst_ivtc_fixate_caps()