Home
last modified time | relevance | path

Searched refs:default_channels_ordering_map (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.h58 gint default_channels_ordering_map[64]; member
Dgstaudiointerleave.c337 (self->channel_positions, self->default_channels_ordering_map, in gst_audio_interleave_get_channel_mask()
843 channel = self->default_channels_ordering_map[pad->channel]; in gst_audio_interleave_aggregate_one_buffer()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.h63 gint default_channels_ordering_map[64]; member
Dinterleave.c318 self->default_channels_ordering_map, &self->channel_mask)) { in gst_interleave_set_channel_positions()
1237 channel = self->default_channels_ordering_map[channel]; in gst_interleave_collected()
/third_party/gstreamer/gstplugins_good/
DChangeLog26075 self->default_channels_ordering_map will be used unintialised.