Home
last modified time | relevance | path

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

/dports/audio/faudio/FAudio-21.01/src/
H A DFAPOBase.c178 FAudioWaveFormatEx **ppSupportedOutputFormat in FAPOBase_IsOutputFormatSupported() argument
187 if (ppSupportedOutputFormat != NULL) in FAPOBase_IsOutputFormatSupported()
189 (*ppSupportedOutputFormat)->wFormatTag = in FAPOBase_IsOutputFormatSupported()
191 (*ppSupportedOutputFormat)->nChannels = FAudio_clamp( in FAPOBase_IsOutputFormatSupported()
196 (*ppSupportedOutputFormat)->nSamplesPerSec = FAudio_clamp( in FAPOBase_IsOutputFormatSupported()
201 (*ppSupportedOutputFormat)->wBitsPerSample = in FAPOBase_IsOutputFormatSupported()
H A DFAudioFX_reverb.c1171 FAudioWaveFormatEx **ppSupportedOutputFormat in FAudioFXReverb_IsOutputFormatSupported() argument
1177 if (ppSupportedOutputFormat && *ppSupportedOutputFormat) \ in FAudioFXReverb_IsOutputFormatSupported()
1179 (*ppSupportedOutputFormat)->field = (value); \ in FAudioFXReverb_IsOutputFormatSupported()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dxapo.h334 …st WAVEFORMATEX* pRequestedOutputFormat, _Outptr_opt_ WAVEFORMATEX** ppSupportedOutputFormat) PURE; in DECLARE_INTERFACE_()
585 …XAPO_IsOutputFormatSupported(This, pInputFormat, pRequestedOutputFormat, ppSupportedOutputFormat) \ argument
586 …tbl->IsOutputFormatSupported(This, pInputFormat, pRequestedOutputFormat, ppSupportedOutputFormat) )
H A Dxapobase.h211 …, const WAVEFORMATEX* pRequestedOutputFormat, _Outptr_opt_ WAVEFORMATEX** ppSupportedOutputFormat);
/dports/audio/faudio/FAudio-21.01/cpp/
H A DXAPOBase.cpp118 WAVEFORMATEX** ppSupportedOutputFormat in IsOutputFormatSupported() argument
125 ppSupportedOutputFormat); in IsOutputFormatSupported()
H A DXAPO.h23 WAVEFORMATEX** ppSupportedOutputFormat) = 0;
H A DXAPOBase.h35 WAVEFORMATEX** ppSupportedOutputFormat);
H A Dxaudio2.cpp247 FAudioWaveFormatEx **ppSupportedOutputFormat in IsOutputFormatSupported() argument
253 ppSupportedOutputFormat); in IsOutputFormatSupported()
/dports/audio/faudio/FAudio-21.01/include/
H A DFAPO.h136 FAudioWaveFormatEx **ppSupportedOutputFormat
H A DFAPOBase.h180 FAudioWaveFormatEx **ppSupportedOutputFormat