ReactOS 0.4.16-dev-1067-ge98bba2
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "wincodecs_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | CommonDecoder |
struct | CommonDecoderFrame |
Macros | |
#define | COBJMACROS |
Variables | |
static const IWICBitmapDecoderVtbl | CommonDecoder_Vtbl |
static const IWICBitmapFrameDecodeVtbl | CommonDecoderFrameVtbl |
static const IWICMetadataBlockReaderVtbl | CommonDecoderFrame_BlockVtbl |
|
static |
Definition at line 71 of file decoder.c.
|
static |
HRESULT CommonDecoder_CreateInstance | ( | struct decoder * | decoder, |
const struct decoder_info * | decoder_info, | ||
REFIID | iid, | ||
void ** | ppv | ||
) |
Definition at line 780 of file decoder.c.
Referenced by JpegDecoder_CreateInstance(), PngDecoder_CreateInstance(), and TiffDecoder_CreateInstance().
|
static |
|
static |
|
static |
Definition at line 154 of file decoder.c.
|
static |
Definition at line 716 of file decoder.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 118 of file decoder.c.
|
static |
Definition at line 101 of file decoder.c.
|
static |
|
static |
|
static |
Definition at line 293 of file decoder.c.
|
static |
Definition at line 546 of file decoder.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 605 of file decoder.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 384 of file decoder.c.
|
static |
Definition at line 460 of file decoder.c.
|
static |
Definition at line 431 of file decoder.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 567 of file decoder.c.
Referenced by CommonDecoder_GetFrame(), CommonDecoderFrame_Block_GetCount(), and CommonDecoderFrame_Block_GetReaderByIndex().
|
static |
Definition at line 266 of file decoder.c.
|
static |
|
inlinestatic |
Definition at line 44 of file decoder.c.
Referenced by CommonDecoder_AddRef(), CommonDecoder_GetContainerFormat(), CommonDecoder_GetDecoderInfo(), CommonDecoder_GetFrame(), CommonDecoder_GetFrameCount(), CommonDecoder_Initialize(), CommonDecoder_QueryCapability(), CommonDecoder_QueryInterface(), and CommonDecoder_Release().
|
inlinestatic |
Definition at line 256 of file decoder.c.
Referenced by CommonDecoderFrame_AddRef(), CommonDecoderFrame_CopyPalette(), CommonDecoderFrame_CopyPixels(), CommonDecoderFrame_GetColorContexts(), CommonDecoderFrame_GetMetadataQueryReader(), CommonDecoderFrame_GetPixelFormat(), CommonDecoderFrame_GetResolution(), CommonDecoderFrame_GetSize(), CommonDecoderFrame_QueryInterface(), and CommonDecoderFrame_Release().
|
inlinestatic |
Definition at line 261 of file decoder.c.
Referenced by CommonDecoderFrame_Block_AddRef(), CommonDecoderFrame_Block_GetContainerFormat(), CommonDecoderFrame_Block_GetCount(), CommonDecoderFrame_Block_GetReaderByIndex(), CommonDecoderFrame_Block_QueryInterface(), and CommonDecoderFrame_Block_Release().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wincodecs | ) |
|
static |
Definition at line 227 of file decoder.c.
Referenced by CommonDecoder_CreateInstance().
|
static |
Definition at line 706 of file decoder.c.
Referenced by CommonDecoder_GetFrame().
|
static |
Definition at line 525 of file decoder.c.
Referenced by CommonDecoder_GetFrame().