|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| HRESULT copy_pixels | ( | UINT | bpp, |
| const BYTE * | srcbuffer, | ||
| UINT | srcwidth, | ||
| UINT | srcheight, | ||
| INT | srcstride, | ||
| const WICRect * | rc, | ||
| UINT | dststride, | ||
| UINT | dstbuffersize, | ||
| BYTE * | dstbuffer | ||
| ) |
Definition at line 86 of file wincodecs_common.h.
| HRESULT CDECL decoder_copy_pixels | ( | struct decoder * | decoder, |
| UINT | frame, | ||
| const WICRect * | prc, | ||
| UINT | stride, | ||
| UINT | buffersize, | ||
| BYTE * | buffer | ||
| ) |
Definition at line 29 of file wincodecs_common.h.
Referenced by CommonDecoderFrame_CopyPixels().
Definition at line 46 of file wincodecs_common.h.
Referenced by CommonDecoder_CreateInstance(), and CommonDecoder_Release().
| HRESULT CDECL decoder_get_color_context | ( | struct decoder * | decoder, |
| UINT | frame, | ||
| UINT | num, | ||
| BYTE ** | data, | ||
| DWORD * | datasize | ||
| ) |
Definition at line 40 of file wincodecs_common.h.
Referenced by CommonDecoderFrame_GetColorContexts().
| HRESULT CDECL decoder_get_frame_info | ( | struct decoder * | decoder, |
| UINT | frame, | ||
| struct decoder_frame * | info | ||
| ) |
Definition at line 24 of file wincodecs_common.h.
Referenced by CommonDecoder_GetFrame().
| HRESULT CDECL decoder_get_metadata_blocks | ( | struct decoder * | decoder, |
| UINT | frame, | ||
| UINT * | count, | ||
| struct decoder_block ** | blocks | ||
| ) |
Definition at line 35 of file wincodecs_common.h.
Referenced by CommonDecoderFrame_InitializeMetadata().
| HRESULT CDECL decoder_initialize | ( | struct decoder * | decoder, |
| IStream * | stream, | ||
| struct decoder_stat * | st | ||
| ) |
Definition at line 19 of file wincodecs_common.h.
Referenced by CommonDecoder_Initialize().
Definition at line 76 of file wincodecs_common.h.
Referenced by CommonEncoder_Commit().
Definition at line 71 of file wincodecs_common.h.
Referenced by CommonEncoderFrame_Commit().
Definition at line 61 of file wincodecs_common.h.
Referenced by CommonEncoderFrame_WritePixels().
Definition at line 81 of file wincodecs_common.h.
Referenced by CommonEncoder_CreateInstance(), and CommonEncoder_Release().
| HRESULT CDECL encoder_get_supported_format | ( | struct encoder * | encoder, |
| GUID * | pixel_format, | ||
| DWORD * | bpp, | ||
| BOOL * | indexed | ||
| ) |
Definition at line 56 of file wincodecs_common.h.
Referenced by CommonEncoderFrame_SetPixelFormat().
Definition at line 51 of file wincodecs_common.h.
Referenced by CommonEncoder_Initialize().
| HRESULT CDECL encoder_write_lines | ( | struct encoder * | encoder, |
| BYTE * | data, | ||
| DWORD | line_count, | ||
| DWORD | stride | ||
| ) |
Definition at line 66 of file wincodecs_common.h.
Referenced by CommonEncoderFrame_WritePixels().
Definition at line 156 of file wincodecs_common.h.
Referenced by LoadChrmMetadata(), LoadGamaMetadata(), LoadHistMetadata(), LoadTextMetadata(), LoadTimeMetadata(), and png_decoder_get_metadata_blocks().
Definition at line 151 of file wincodecs_common.h.
Referenced by read_png_chunk().
Definition at line 197 of file wincodecs_common.h.
Referenced by BmpFrameDecode_ReadRGB8(), copypixels_to_24bppBGR(), copypixels_to_24bppRGB(), copypixels_to_32bppBGRA(), copypixels_to_32bppRGBA(), jpeg_decoder_initialize(), and tiff_decoder_read_tile().