Searched refs:GST_AUDIO_FLAG_UNPOSITIONED (Results 1 – 8 of 8) sorted by relevance
171 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()
43 GST_AUDIO_FLAG_UNPOSITIONED = (1 << 0) enumerator96 #define GST_AUDIO_INFO_IS_UNPOSITIONED(info) (((info)->flags & GST_AUDIO_FLAG_UNPOSITIONED) != 0)
234 { C_FLAGS(GST_AUDIO_FLAG_UNPOSITIONED), "GST_AUDIO_FLAG_UNPOSITIONED", "unpositioned" }, in gst_audio_flags_get_type()
102 spec->info.flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_jack_set_layout()
194 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_rtp_L8_depay_setcaps()
193 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_rtp_L24_depay_setcaps()
215 info->flags |= GST_AUDIO_FLAG_UNPOSITIONED; in gst_rtp_L16_depay_setcaps()
333 spec->info.flags &= ~GST_AUDIO_FLAG_UNPOSITIONED; in gst_pulse_channel_map_to_gst()