Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Dksmedia.h862 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h868 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h868 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h856 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dksmedia.h856 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h868 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Dksmedia.h868 KSDS3D_HRTF_COEFF_FORMAT CoeffFormat; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/KernelStreaming/
H A Dmod.rs2250 pub CoeffFormat: KSDS3D_HRTF_COEFF_FORMAT, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs11268 pub CoeffFormat: KSDS3D_HRTF_COEFF_FORMAT, field
11280 …).field("FilterMethod", &self.FilterMethod).field("CoeffFormat", &self.CoeffFormat).field("Version… in fmt()
11285 …self.FilterMethod == other.FilterMethod && self.CoeffFormat == other.CoeffFormat && self.Version =… in eq()