Home
last modified time | relevance | path

Searched refs:unpositioned (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c382 enc->unpositioned = FALSE; in gst_opus_enc_init()
532 if (enc->n_channels == 1 && !enc->unpositioned) { in gst_opus_enc_setup_channel_mappings()
541 if (enc->n_channels == 2 && !enc->unpositioned) { in gst_opus_enc_setup_channel_mappings()
555 if (enc->n_channels >= 3 && enc->n_channels <= 8 && !enc->unpositioned) { in gst_opus_enc_setup_channel_mappings()
653 if (!enc->unpositioned) in gst_opus_enc_setup_channel_mappings()
674 enc->unpositioned = GST_AUDIO_INFO_IS_UNPOSITIONED (info); in gst_opus_enc_set_format()
Dgstopusenc.h81 gboolean unpositioned; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c1345 goto unpositioned; in gst_audio_converter_new()
1435 unpositioned: in gst_audio_converter_new()
/third_party/gstreamer/gstplugins_base/
DChangeLog42144 opusenc: Allow unpositioned channels.
42692 channels=1 is always mono, having it 'unpositioned' does not make
69910 unpositioned channels, which is not the case in this
69922 unpositioned channels, which is not the case in this
75158 More than 64 channels have all channels unpositioned.
91011 audioconvert: handle unpositioned channels
91012 Refuse to convert between unpositioned layouts.
91018 audio: add flag for unpositioned layout
91019 Check if thr layout is explicitly unpositioned and set a flag in the
132521 conversion of 15 unpositioned channels in different ways.
/third_party/gstreamer/gstplugins_good/
DChangeLog10029 rtpLXXdepay: Set the UNPOSITIONED flag on the audio-info when configuring an unpositioned layout
28418 qtmux: Enable up to 16 unpositioned raw audio channels
40285 - Support for unpositioned channel layouts
46506 This avoids _set_format setting the unpositioned flag when passed
70064 pulse: Clear unpositioned flag when setting positions
70066 valid set of channel positions, we clear the unpositioned flag from the
/third_party/gstreamer/gstplugins_bad/
DChangeLog64139 These are unpositioned channel layouts.