Lines Matching refs:ndevices
194 _audio_system_get_devices (gint * ndevices) in _audio_system_get_devices() argument
213 *ndevices = propertySize / sizeof (AudioDeviceID); in _audio_system_get_devices()
222 *ndevices = 0; in _audio_system_get_devices()
232 gboolean is_src, AudioDeviceID * osx_devices, gint ndevices, in gst_osx_audio_device_provider_probe_internal() argument
246 for (i = 0; i < ndevices; i++) { in gst_osx_audio_device_provider_probe_internal()
286 gint ndevices = 0; in gst_osx_audio_device_provider_probe() local
288 osx_devices = _audio_system_get_devices (&ndevices); in gst_osx_audio_device_provider_probe()
290 if (ndevices < 1) { in gst_osx_audio_device_provider_probe()
295 GST_INFO ("found %d audio device(s)", ndevices); in gst_osx_audio_device_provider_probe()
298 ndevices, &devices); in gst_osx_audio_device_provider_probe()
300 ndevices, &devices); in gst_osx_audio_device_provider_probe()