Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c97 AudioStreamBasicDescription stream_description; member
176 …opertyData(objectID, addresses + i, 0, NULL, sizeof(u->stream_description), &u->stream_description in ca_stream_format_changed()
470 ca_sink->ss.rate = u->stream_description.mSampleRate; in ca_device_create_sink()
604 ca_source->ss.rate = u->stream_description.mSampleRate; in ca_device_create_source()
662 …udioObjectGetPropertyData(u->object_id, &property_address, 0, NULL, &size, &u->stream_description); in ca_device_create_streams()
668 if (u->stream_description.mFormatID != kAudioFormatLinearPCM) { in ca_device_create_streams()
670 (char) (u->stream_description.mFormatID >> 24), in ca_device_create_streams()
671 (char) (u->stream_description.mFormatID >> 16) & 0xff, in ca_device_create_streams()
672 (char) (u->stream_description.mFormatID >> 8) & 0xff, in ca_device_create_streams()
673 (char) (u->stream_description.mFormatID & 0xff)); in ca_device_create_streams()
[all …]