|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "wine/port.h"#include <assert.h>#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winnls.h"#include "mmsystem.h"#include "mmreg.h"#include "msacm.h"#include "msacmdrv.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | Format |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (mpeg3) | |
| static DWORD | MPEG3_GetFormatIndex (LPWAVEFORMATEX wfx) |
| static LRESULT | MPEG3_DriverDetails (PACMDRIVERDETAILSW add) |
| static LRESULT | MPEG3_FormatTagDetails (PACMFORMATTAGDETAILSW aftd, DWORD dwQuery) |
| static LRESULT | MPEG3_FormatDetails (PACMFORMATDETAILSW afd, DWORD dwQuery) |
| static LRESULT | MPEG3_FormatSuggest (PACMDRVFORMATSUGGEST adfs) |
| static LRESULT | MPEG3_StreamSize (PACMDRVSTREAMINSTANCE adsi, PACMDRVSTREAMSIZE adss) |
| static LRESULT | MPEG3_StreamConvert (PACMDRVSTREAMINSTANCE adsi, PACMDRVSTREAMHEADER adsh) |
| LRESULT CALLBACK | MPEG3_DriverProc (DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg, LPARAM dwParam1, LPARAM dwParam2) |
Variables | |
| static const Format | PCM_Formats [] |
| static const Format | MPEG3_Formats [] |
|
static |
Definition at line 679 of file mpegl3.c.
Referenced by MPEG3_DriverProc().
| LRESULT CALLBACK MPEG3_DriverProc | ( | DWORD_PTR | dwDevID, |
| HDRVR | hDriv, | ||
| UINT | wMsg, | ||
| LPARAM | dwParam1, | ||
| LPARAM | dwParam2 | ||
| ) |
Definition at line 975 of file mpegl3.c.
|
static |
Definition at line 769 of file mpegl3.c.
Referenced by MPEG3_DriverProc().
|
static |
Definition at line 816 of file mpegl3.c.
Referenced by MPEG3_DriverProc().
|
static |
Definition at line 708 of file mpegl3.c.
Referenced by MPEG3_DriverProc().
|
static |
Definition at line 95 of file mpegl3.c.
Referenced by MPEG3_FormatDetails(), and MPEG3_FormatSuggest().
|
static |
Definition at line 942 of file mpegl3.c.
Referenced by MPEG3_DriverProc().
|
static |
Definition at line 869 of file mpegl3.c.
Referenced by MPEG3_DriverProc().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | mpeg3 | ) |
Definition at line 79 of file mpegl3.c.
Referenced by MPEG3_GetFormatIndex().
Definition at line 66 of file mpegl3.c.
Referenced by MPEG3_FormatDetails(), MPEG3_FormatTagDetails(), and MPEG3_GetFormatIndex().