Searched refs:deviceNameAddress (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudiodeviceprovider.c | 108 AudioObjectPropertyAddress deviceNameAddress = { in _audio_device_get_name() local 117 deviceNameAddress.mScope = prop_scope; in _audio_device_get_name() 121 &deviceNameAddress, 0, NULL, &propertySize); in _audio_device_get_name() 129 &deviceNameAddress, 0, NULL, &propertySize, device_name); in _audio_device_get_name()
|
D | gstosxcoreaudiohal.c | 272 AudioObjectPropertyAddress deviceNameAddress = { in _audio_device_get_name() local 280 &deviceNameAddress, 0, NULL, &propertySize); in _audio_device_get_name() 288 &deviceNameAddress, 0, NULL, &propertySize, device_name); in _audio_device_get_name()
|