Home
last modified time | relevance | path

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

/reactos/base/applications/sndrec32/
H A Daudio_resampler_acm.hpp40 audio_format fmt_out) : acm_stream(0), in audio_resampler_acm() argument
45 audfmt_out(fmt_out), in audio_resampler_acm()
/reactos/dll/win32/ole32/
H A Dclipboard.c1620 FORMATETC *fmt_out) in snapshot_GetCanonicalFormatEtc() argument
1622 TRACE("(%p, %p, %p)\n", iface, fmt_in, fmt_out); in snapshot_GetCanonicalFormatEtc()
1624 if ( !fmt_in || !fmt_out ) return E_INVALIDARG; in snapshot_GetCanonicalFormatEtc()
1626 *fmt_out = *fmt_in; in snapshot_GetCanonicalFormatEtc()