Home
last modified time | relevance | path

Searched refs:GST_AUDIO_FLAG_UNPOSITIONED (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-info.c171 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_audio_info_set_format()
177 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_audio_info_set_format()
257 flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_audio_info_from_caps()
377 if ((flags & GST_AUDIO_FLAG_UNPOSITIONED) && info->channels > 1 in gst_audio_info_to_caps()
379 flags &= ~GST_AUDIO_FLAG_UNPOSITIONED; in gst_audio_info_to_caps()
382 } else if (!(flags & GST_AUDIO_FLAG_UNPOSITIONED) && info->channels > 1 in gst_audio_info_to_caps()
384 flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_audio_info_to_caps()
399 if ((flags & GST_AUDIO_FLAG_UNPOSITIONED)) { in gst_audio_info_to_caps()
Daudio-info.h43 GST_AUDIO_FLAG_UNPOSITIONED = (1 << 0) enumerator
96 #define GST_AUDIO_INFO_IS_UNPOSITIONED(info) (((info)->flags & GST_AUDIO_FLAG_UNPOSITIONED) != 0)
Daudio-enumtypes.c234 { C_FLAGS(GST_AUDIO_FLAG_UNPOSITIONED), "GST_AUDIO_FLAG_UNPOSITIONED", "unpositioned" }, in gst_audio_flags_get_type()
/third_party/gstreamer/gstplugins_good/ext/jack/
Dgstjackutil.c102 spec->info.flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_jack_set_layout()
/third_party/gstreamer/gstplugins_good/gst/rtp/
DgstrtpL8depay.c194 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_rtp_L8_depay_setcaps()
DgstrtpL24depay.c193 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_rtp_L24_depay_setcaps()
DgstrtpL16depay.c215 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_rtp_L16_depay_setcaps()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c333 spec->info.flags &= ~GST_AUDIO_FLAG_UNPOSITIONED; in gst_pulse_channel_map_to_gst()