Home
last modified time | relevance | path

Searched refs:prop_scope (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudiohal.c121 AudioObjectPropertyScope prop_scope; in _audio_device_is_alive() local
123 prop_scope = output ? kAudioDevicePropertyScopeOutput : in _audio_device_is_alive()
128 prop_scope, in _audio_device_is_alive()
267 AudioObjectPropertyScope prop_scope; in _audio_device_get_name() local
269 prop_scope = output ? kAudioDevicePropertyScopeOutput : in _audio_device_get_name()
274 prop_scope, in _audio_device_get_name()
330 AudioObjectPropertyScope prop_scope; in gst_core_audio_audio_device_get_channel_layout() local
332 prop_scope = output ? kAudioDevicePropertyScopeOutput : in gst_core_audio_audio_device_get_channel_layout()
337 prop_scope, in gst_core_audio_audio_device_get_channel_layout()
Dgstosxaudiodeviceprovider.c106 AudioObjectPropertyScope prop_scope; in _audio_device_get_name() local
114 prop_scope = output ? kAudioDevicePropertyScopeOutput : in _audio_device_get_name()
117 deviceNameAddress.mScope = prop_scope; in _audio_device_get_name()