|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "wine/debug.h"#include "mmsystem.h"#include "mmreg.h"#include "msacm.h"#include "msacmdrv.h"#include "wineacm.h"
Go to the source code of this file.
Macros | |
| #define | NOBITMAP |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (msacm) | |
| static PWINE_ACMSTREAM | ACM_GetStream (HACMSTREAM has) |
| static BOOL | ACM_ValidatePointers (PACMDRVSTREAMHEADER padsh) |
| MMRESULT WINAPI | acmStreamClose (HACMSTREAM has, DWORD fdwClose) |
| MMRESULT WINAPI | acmStreamConvert (HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwConvert) |
| MMRESULT WINAPI | acmStreamMessage (HACMSTREAM has, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| MMRESULT WINAPI | acmStreamOpen (PHACMSTREAM phas, HACMDRIVER had, PWAVEFORMATEX pwfxSrc, PWAVEFORMATEX pwfxDst, PWAVEFILTER pwfltr, DWORD_PTR dwCallback, DWORD_PTR dwInstance, DWORD fdwOpen) |
| MMRESULT WINAPI | acmStreamPrepareHeader (HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwPrepare) |
| MMRESULT WINAPI | acmStreamReset (HACMSTREAM has, DWORD fdwReset) |
| MMRESULT WINAPI | acmStreamSize (HACMSTREAM has, DWORD cbInput, LPDWORD pdwOutputBytes, DWORD fdwSize) |
| MMRESULT WINAPI | acmStreamUnprepareHeader (HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare) |
|
static |
Definition at line 46 of file stream.c.
Referenced by acmStreamClose(), acmStreamConvert(), acmStreamPrepareHeader(), acmStreamReset(), acmStreamSize(), and acmStreamUnprepareHeader().
|
static |
Definition at line 53 of file stream.c.
Referenced by acmStreamConvert(), and acmStreamUnprepareHeader().
Definition at line 65 of file stream.c.
Referenced by ACMStream_fnRelease(), ACMWrapper_BreakConnect(), AVIFILE_SaveFile(), audio_resampler_acm::close(), test_convert(), test_mp3(), test_prepareheader(), widClose(), widOpenHelper(), wodClose(), and wodOpenHelper().
| MMRESULT WINAPI acmStreamConvert | ( | HACMSTREAM | has, |
| PACMSTREAMHEADER | pash, | ||
| DWORD | fdwConvert | ||
| ) |
Definition at line 89 of file stream.c.
Referenced by ACMStream_fnRead(), ACMStream_fnWrite(), ACMWrapper_Receive(), audio_resampler_acm::audio_receive(), test_convert(), test_prepareheader(), widCallback(), and wodWrite().
| MMRESULT WINAPI acmStreamOpen | ( | PHACMSTREAM | phas, |
| HACMDRIVER | had, | ||
| PWAVEFORMATEX | pwfxSrc, | ||
| PWAVEFORMATEX | pwfxDst, | ||
| PWAVEFILTER | pwfltr, | ||
| DWORD_PTR | dwCallback, | ||
| DWORD_PTR | dwInstance, | ||
| DWORD | fdwOpen | ||
| ) |
Definition at line 149 of file stream.c.
Referenced by ACMWrapper_CompleteConnect(), ACMWrapper_SetMediaType(), AVIFILE_OpenCompressor(), AVIFILE_SaveFile(), audio_resampler_acm::open(), test_convert(), test_mp3(), test_prepareheader(), widOpenHelper(), and wodOpenHelper().
| MMRESULT WINAPI acmStreamPrepareHeader | ( | HACMSTREAM | has, |
| PACMSTREAMHEADER | pash, | ||
| DWORD | fdwPrepare | ||
| ) |
Definition at line 299 of file stream.c.
Referenced by ACMStream_fnRead(), ACMStream_fnWrite(), ACMWrapper_Receive(), audio_resampler_acm::open(), test_convert(), test_prepareheader(), widPrepare(), and wodPrepare().
| MMRESULT WINAPI acmStreamSize | ( | HACMSTREAM | has, |
| DWORD | cbInput, | ||
| LPDWORD | pdwOutputBytes, | ||
| DWORD | fdwSize | ||
| ) |
Definition at line 394 of file stream.c.
Referenced by AVIFILE_SaveFile(), audio_resampler_acm::open(), test_mp3(), widPrepare(), and wodPrepare().
| MMRESULT WINAPI acmStreamUnprepareHeader | ( | HACMSTREAM | has, |
| PACMSTREAMHEADER | pash, | ||
| DWORD | fdwUnprepare | ||
| ) |
Definition at line 449 of file stream.c.
Referenced by ACMStream_fnRelease(), ACMWrapper_Receive(), audio_resampler_acm::close(), test_convert(), test_prepareheader(), widUnprepare(), and wodUnprepare().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msacm | ) |