Lines Matching refs:outchannels

421   guint outchannels = self->out_channels;  in gst_audio_mix_matrix_transform()  local
437 guint n_samples = outmap.size / (sizeof (gfloat) * outchannels); in gst_audio_mix_matrix_transform()
443 for (out = 0; out < outchannels; out++) { in gst_audio_mix_matrix_transform()
450 outarray[sample * outchannels + out] = outval; in gst_audio_mix_matrix_transform()
459 guint n_samples = outmap.size / (sizeof (gdouble) * outchannels); in gst_audio_mix_matrix_transform()
465 for (out = 0; out < outchannels; out++) { in gst_audio_mix_matrix_transform()
472 outarray[sample * outchannels + out] = outval; in gst_audio_mix_matrix_transform()
481 guint n_samples = outmap.size / (sizeof (gint16) * outchannels); in gst_audio_mix_matrix_transform()
489 for (out = 0; out < outchannels; out++) { in gst_audio_mix_matrix_transform()
495 outarray[sample * outchannels + out] = (gint16) (outval >> n); in gst_audio_mix_matrix_transform()
504 guint n_samples = outmap.size / (sizeof (gint32) * outchannels); in gst_audio_mix_matrix_transform()
512 for (out = 0; out < outchannels; out++) { in gst_audio_mix_matrix_transform()
518 outarray[sample * outchannels + out] = (gint32) (outval >> n); in gst_audio_mix_matrix_transform()
625 gint outchannels; in gst_audio_mix_matrix_fixate_caps() local
629 if (gst_structure_get_int (s, "channels", &outchannels)) { in gst_audio_mix_matrix_fixate_caps()
630 diff = ABS (channels - outchannels); in gst_audio_mix_matrix_fixate_caps()
639 gint outchannels, diff; in gst_audio_mix_matrix_fixate_caps() local
641 if (gst_structure_get_int (s, "channels", &outchannels)) { in gst_audio_mix_matrix_fixate_caps()
642 diff = ABS (channels - outchannels); in gst_audio_mix_matrix_fixate_caps()