ReactOS 0.4.16-dev-937-g7afcd2a
decoder_funcs Struct Reference

#include <wincodecs_private.h>

Collaboration diagram for decoder_funcs:

Public Member Functions

 HRESULT (CDECL *initialize)(struct decoder *This
 
 HRESULT (CDECL *get_frame_info)(struct decoder *This
 
 HRESULT (CDECL *copy_pixels)(struct decoder *This
 
 HRESULT (CDECL *get_metadata_blocks)(struct decoder *This
 
 HRESULT (CDECL *get_color_context)(struct decoder *This
 
 void (CDECL *destroy)(struct decoder *This)
 

Public Attributes

IStreamstream
 
IStream struct decoder_statst
 
UINT frame
 
UINT struct decoder_frameinfo
 
UINT const WICRectprc
 
UINT const WICRect UINT stride
 
UINT const WICRect UINT UINT buffersize
 
UINT const WICRect UINT UINT BYTEbuffer
 
UINT UINTcount
 
UINT UINT struct decoder_block ** blocks
 
UINT UINT num
 
UINT UINT BYTE ** data
 
UINT UINT BYTE DWORDdatasize
 

Detailed Description

Definition at line 316 of file wincodecs_private.h.

Member Function Documentation

◆ HRESULT() [1/5]

decoder_funcs::HRESULT ( CDECL copy_pixels)

◆ HRESULT() [2/5]

decoder_funcs::HRESULT ( CDECL get_color_context)

◆ HRESULT() [3/5]

decoder_funcs::HRESULT ( CDECL get_frame_info)

◆ HRESULT() [4/5]

decoder_funcs::HRESULT ( CDECL get_metadata_blocks)

◆ HRESULT() [5/5]

decoder_funcs::HRESULT ( CDECL initialize)

◆ void()

decoder_funcs::void ( CDECL destroy)

Member Data Documentation

◆ blocks

UINT UINT struct decoder_block** decoder_funcs::blocks

Definition at line 323 of file wincodecs_private.h.

◆ buffer

UINT const WICRect UINT UINT BYTE* decoder_funcs::buffer

Definition at line 321 of file wincodecs_private.h.

◆ buffersize

UINT const WICRect UINT UINT decoder_funcs::buffersize

Definition at line 321 of file wincodecs_private.h.

◆ count

UINT UINT* decoder_funcs::count

Definition at line 322 of file wincodecs_private.h.

◆ data

UINT UINT BYTE** decoder_funcs::data

Definition at line 325 of file wincodecs_private.h.

◆ datasize

UINT UINT BYTE DWORD* decoder_funcs::datasize

Definition at line 325 of file wincodecs_private.h.

◆ frame

UINT decoder_funcs::frame

Definition at line 319 of file wincodecs_private.h.

◆ info

UINT struct decoder_frame* decoder_funcs::info

Definition at line 319 of file wincodecs_private.h.

◆ num

UINT UINT decoder_funcs::num

Definition at line 324 of file wincodecs_private.h.

◆ prc

UINT const WICRect* decoder_funcs::prc

Definition at line 320 of file wincodecs_private.h.

◆ st

IStream struct decoder_stat* decoder_funcs::st

Definition at line 318 of file wincodecs_private.h.

◆ stream

IStream* decoder_funcs::stream

Definition at line 318 of file wincodecs_private.h.

◆ stride

UINT const WICRect UINT decoder_funcs::stride

Definition at line 321 of file wincodecs_private.h.


The documentation for this struct was generated from the following file: