Lines Matching refs:othercaps
147 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps);
608 GstPadDirection direction, GstCaps * caps, GstCaps * othercaps) in gst_audio_mix_matrix_fixate_caps() argument
612 guint capssize = gst_caps_get_size (othercaps); in gst_audio_mix_matrix_fixate_caps()
622 othercaps = gst_caps_make_writable (othercaps); in gst_audio_mix_matrix_fixate_caps()
624 s = gst_caps_get_structure (othercaps, i); in gst_audio_mix_matrix_fixate_caps()
644 s = gst_caps_get_structure (othercaps, i); in gst_audio_mix_matrix_fixate_caps()
648 gst_caps_remove_structure (othercaps, i--); in gst_audio_mix_matrix_fixate_caps()
657 if (gst_caps_is_empty (othercaps)) in gst_audio_mix_matrix_fixate_caps()
658 return othercaps; in gst_audio_mix_matrix_fixate_caps()
660 othercaps = in gst_audio_mix_matrix_fixate_caps()
662 (trans, direction, caps, othercaps); in gst_audio_mix_matrix_fixate_caps()
664 s = gst_caps_get_structure (othercaps, 0); in gst_audio_mix_matrix_fixate_caps()
680 return othercaps; in gst_audio_mix_matrix_fixate_caps()