Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dxapo.h334 …STDMETHOD(IsOutputFormatSupported) (THIS_ const WAVEFORMATEX* pInputFormat, const WAVEFORMATEX* pR… in DECLARE_INTERFACE_()
585 …#define IXAPO_IsOutputFormatSupported(This, pInputFormat, pRequestedOutputFormat, ppSupportedOutpu… argument
586 …( (This)->lpVtbl->IsOutputFormatSupported(This, pInputFormat, pRequestedOutputFormat, ppSupportedO…
H A Dxapobase.h211 …STDMETHOD(IsOutputFormatSupported) (const WAVEFORMATEX* pInputFormat, const WAVEFORMATEX* pRequest…
/dports/audio/faudio/FAudio-21.01/cpp/
H A DXAPOBase.cpp116 const WAVEFORMATEX* pInputFormat, in IsOutputFormatSupported() argument
123 pInputFormat, in IsOutputFormatSupported()
H A DXAPO.h21 const WAVEFORMATEX* pInputFormat,
H A DXAPOBase.h33 const WAVEFORMATEX* pInputFormat,
H A Dxaudio2.cpp245 const FAudioWaveFormatEx *pInputFormat, in IsOutputFormatSupported() argument
251 pInputFormat, in IsOutputFormatSupported()
/dports/audio/faudio/FAudio-21.01/src/
H A DFAudioFX_reverb.c1169 const FAudioWaveFormatEx *pInputFormat, in FAudioFXReverb_IsOutputFormatSupported() argument
1183 if (pInputFormat->nSamplesPerSec != pRequestedOutputFormat->nSamplesPerSec) in FAudioFXReverb_IsOutputFormatSupported()
1185 SET_SUPPORTED_FIELD(nSamplesPerSec, pInputFormat->nSamplesPerSec); in FAudioFXReverb_IsOutputFormatSupported()
1195 if (pInputFormat->nChannels == 1 || pInputFormat->nChannels == 2) in FAudioFXReverb_IsOutputFormatSupported()
1197 if ( pRequestedOutputFormat->nChannels != pInputFormat->nChannels && in FAudioFXReverb_IsOutputFormatSupported()
1200 SET_SUPPORTED_FIELD(nChannels, pInputFormat->nChannels); in FAudioFXReverb_IsOutputFormatSupported()
H A DFAPOBase.c176 const FAudioWaveFormatEx *pInputFormat, in FAPOBase_IsOutputFormatSupported() argument
/dports/audio/faudio/FAudio-21.01/include/
H A DFAPO.h134 const FAudioWaveFormatEx *pInputFormat,
H A DFAPOBase.h178 const FAudioWaveFormatEx *pInputFormat,
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcrystalhd.c232 BC_STATUS (WINAPI *OurDtsSetInputFormat)( HANDLE hDevice, BC_INPUT_FORMAT *pInputFormat ); in OpenDecoder()