Home
last modified time | relevance | path

Searched refs:to_channels (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiometa.c44 dmeta->from_channels = dmeta->to_channels = 0; in gst_audio_downmix_meta_init()
72 smeta->from_channels, smeta->to_position, smeta->to_channels, in gst_audio_downmix_meta_transform()
98 const GstAudioChannelPosition * to_position, gint to_channels) in gst_buffer_get_audio_downmix_meta_for_channels() argument
107 if (ameta->to_channels == to_channels && in gst_buffer_get_audio_downmix_meta_for_channels()
109 sizeof (GstAudioChannelPosition) * to_channels) == 0) in gst_buffer_get_audio_downmix_meta_for_channels()
139 const GstAudioChannelPosition * to_position, gint to_channels, in gst_buffer_add_audio_downmix_meta() argument
148 g_return_val_if_fail (to_channels > 0, NULL); in gst_buffer_add_audio_downmix_meta()
156 meta->to_channels = to_channels; in gst_buffer_add_audio_downmix_meta()
159 g_new (GstAudioChannelPosition, meta->from_channels + meta->to_channels); in gst_buffer_add_audio_downmix_meta()
164 sizeof (GstAudioChannelPosition) * meta->to_channels); in gst_buffer_add_audio_downmix_meta()
[all …]
Dgstaudiometa.h55 gint from_channels, to_channels; member
69 … gint to_channels);
76 gint to_channels,