ReactOS 0.4.16-dev-983-g23ad936
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "objbase.h"
#include "wincodecs_private.h"
#include "wine/debug.h"
#include "wincodecs_common.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wincodecs) | |
HRESULT | configure_write_source (IWICBitmapFrameEncode *iface, IWICBitmapSource *source, const WICRect *prc, const WICPixelFormatGUID *format, INT width, INT height, double xres, double yres) |
HRESULT | write_source (IWICBitmapFrameEncode *iface, IWICBitmapSource *source, const WICRect *prc, const WICPixelFormatGUID *format, UINT bpp, BOOL need_palette, INT width, INT height) |
HRESULT CDECL | stream_getsize (IStream *stream, ULONGLONG *size) |
HRESULT CDECL | stream_read (IStream *stream, void *buffer, ULONG read, ULONG *bytes_read) |
HRESULT CDECL | stream_seek (IStream *stream, LONGLONG ofs, DWORD origin, ULONGLONG *new_position) |
HRESULT CDECL | stream_write (IStream *stream, const void *buffer, ULONG write, ULONG *bytes_written) |
#define COBJMACROS |
Definition at line 21 of file wincodecs_common.c.
HRESULT configure_write_source | ( | IWICBitmapFrameEncode * | iface, |
IWICBitmapSource * | source, | ||
const WICRect * | prc, | ||
const WICPixelFormatGUID * | format, | ||
INT | width, | ||
INT | height, | ||
double | xres, | ||
double | yres | ||
) |
Definition at line 38 of file wincodecs_common.c.
Referenced by BmpFrameEncode_WriteSource(), CommonEncoderFrame_WriteSource(), and GifFrameEncode_WriteSource().
Definition at line 176 of file wincodecs_common.c.
Referenced by tiff_stream_size().
Definition at line 189 of file wincodecs_common.c.
HRESULT CDECL stream_seek | ( | IStream * | stream, |
LONGLONG | ofs, | ||
DWORD | origin, | ||
ULONGLONG * | new_position | ||
) |
Definition at line 194 of file wincodecs_common.c.
Referenced by jpeg_decoder_initialize(), png_decoder_get_metadata_blocks(), png_decoder_initialize(), source_mgr_skip_input_data(), tiff_open_stream(), and tiff_stream_seek().
HRESULT CDECL stream_write | ( | IStream * | stream, |
const void * | buffer, | ||
ULONG | write, | ||
ULONG * | bytes_written | ||
) |
Definition at line 208 of file wincodecs_common.c.
Referenced by dest_mgr_empty_output_buffer(), dest_mgr_term_destination(), tiff_stream_write(), and user_write_data().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wincodecs | ) |
HRESULT write_source | ( | IWICBitmapFrameEncode * | iface, |
IWICBitmapSource * | source, | ||
const WICRect * | prc, | ||
const WICPixelFormatGUID * | format, | ||
UINT | bpp, | ||
BOOL | need_palette, | ||
INT | width, | ||
INT | height | ||
) |
Definition at line 89 of file wincodecs_common.c.
Referenced by BmpFrameEncode_WriteSource(), CommonEncoderFrame_WriteSource(), and GifFrameEncode_WriteSource().