#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wtypes.h"
#include "wingdi.h"
#include "winuser.h"
#include "dshow.h"
#include "qcap_main.h"
#include "wine/debug.h"
Go to the source code of this file.
◆ COBJMACROS
◆ dump_AM_MEDIA_TYPE()
Definition at line 38 of file enummedia.c.
39{
40 if (!pmt)
41 return;
44}
Referenced by AMStreamConfig_SetFormat(), AVICompressorIn_CheckMediaType(), AVICompressorIn_ReceiveConnection(), AviMuxIn_CheckMediaType(), AviMuxIn_Connect(), AviMuxIn_QueryAccept(), AviMuxIn_ReceiveConnection(), AviMuxOut_AttemptConnection(), AviMuxOut_Connect(), AviMuxOut_QueryAccept(), AviMuxOut_ReceiveConnection(), AVISplitter_ProcessStreamList(), BaseInputPinImpl_ReceiveConnection(), BaseOutputPinImpl_AttemptConnection(), BaseOutputPinImpl_Connect(), CompareMediaTypes(), DSoundRender_CompleteConnect(), FileAsyncReaderPin_AttemptConnection(), MPEGSplitter_init_audio(), Parser_OutputPin_CheckMediaType(), PullPin_ReceiveConnection(), and SmartTeeFilterInput_CheckMediaType().
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
qcap |
| ) |
|