Home
last modified time | relevance | path

Searched refs:GST_OSX_AUDIO_MAX_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.c329 if (*channels == GST_OSX_AUDIO_MAX_CHANNEL) in _core_audio_parse_channel_descriptions()
481 GstAudioChannelPosition pos[GST_OSX_AUDIO_MAX_CHANNEL]; in gst_core_audio_asbd_to_caps()
549 channels = MIN (asbd->mChannelsPerFrame, GST_OSX_AUDIO_MAX_CHANNEL); in gst_core_audio_asbd_to_caps()
Dgstosxcoreaudiocommon.c251 GstAudioChannelPosition positions[GST_OSX_AUDIO_MAX_CHANNEL]; in gst_core_audio_set_channel_layout()
254 g_return_val_if_fail (channels <= GST_OSX_AUDIO_MAX_CHANNEL, FALSE); in gst_core_audio_set_channel_layout()
Dgstosxcoreaudio.h66 #define GST_OSX_AUDIO_MAX_CHANNEL (64) macro