Searched refs:GST_OSX_AUDIO_MAX_CHANNEL (Results 1 – 3 of 3) sorted by relevance
329 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()
251 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()
66 #define GST_OSX_AUDIO_MAX_CHANNEL (64) macro