|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincodecs_private.h>

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 | |
| IStream * | stream |
| IStream struct decoder_stat * | st |
| UINT | frame |
| UINT struct decoder_frame * | info |
| UINT const WICRect * | prc |
| UINT const WICRect UINT | stride |
| UINT const WICRect UINT UINT | buffersize |
| UINT const WICRect UINT UINT BYTE * | buffer |
| UINT UINT * | count |
| UINT UINT struct decoder_block ** | blocks |
| UINT UINT | num |
| UINT UINT BYTE ** | data |
| UINT UINT BYTE DWORD * | datasize |
Definition at line 316 of file wincodecs_private.h.
| decoder_funcs::HRESULT | ( | CDECL * | copy_pixels | ) |
| decoder_funcs::HRESULT | ( | CDECL * | get_color_context | ) |
| decoder_funcs::HRESULT | ( | CDECL * | get_frame_info | ) |
| decoder_funcs::HRESULT | ( | CDECL * | get_metadata_blocks | ) |
| decoder_funcs::HRESULT | ( | CDECL * | initialize | ) |
| decoder_funcs::void | ( | CDECL * | destroy | ) |
| UINT UINT struct decoder_block** decoder_funcs::blocks |
Definition at line 323 of file wincodecs_private.h.
Definition at line 321 of file wincodecs_private.h.
Definition at line 321 of file wincodecs_private.h.
Definition at line 322 of file wincodecs_private.h.
Definition at line 325 of file wincodecs_private.h.
| UINT decoder_funcs::frame |
Definition at line 319 of file wincodecs_private.h.
| UINT struct decoder_frame* decoder_funcs::info |
Definition at line 319 of file wincodecs_private.h.
Definition at line 324 of file wincodecs_private.h.
Definition at line 320 of file wincodecs_private.h.
| IStream struct decoder_stat* decoder_funcs::st |
Definition at line 318 of file wincodecs_private.h.
| IStream* decoder_funcs::stream |
Definition at line 318 of file wincodecs_private.h.