|
| WINE_DEFAULT_DEBUG_CHANNEL (wincodecs) |
|
static HRESULT | ComponentInfo_GetStringValue (HKEY classkey, LPCWSTR value, UINT buffer_size, WCHAR *buffer, UINT *actual_size) |
|
static HRESULT | ComponentInfo_GetGUIDValue (HKEY classkey, LPCWSTR value, GUID *result) |
|
static HRESULT | ComponentInfo_GetDWORDValue (HKEY classkey, LPCWSTR value, DWORD *result) |
|
static HRESULT | ComponentInfo_GetGuidList (HKEY classkey, LPCWSTR subkeyname, UINT buffersize, GUID *buffer, UINT *actual_size) |
|
static BitmapDecoderInfo * | impl_from_IWICBitmapDecoderInfo (IWICBitmapDecoderInfo *iface) |
|
static HRESULT WINAPI | BitmapDecoderInfo_QueryInterface (IWICBitmapDecoderInfo *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | BitmapDecoderInfo_AddRef (IWICBitmapDecoderInfo *iface) |
|
static ULONG WINAPI | BitmapDecoderInfo_Release (IWICBitmapDecoderInfo *iface) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetComponentType (IWICBitmapDecoderInfo *iface, WICComponentType *pType) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetCLSID (IWICBitmapDecoderInfo *iface, CLSID *pclsid) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetSigningStatus (IWICBitmapDecoderInfo *iface, DWORD *pStatus) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetAuthor (IWICBitmapDecoderInfo *iface, UINT cchAuthor, WCHAR *wzAuthor, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetVendorGUID (IWICBitmapDecoderInfo *iface, GUID *pguidVendor) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetVersion (IWICBitmapDecoderInfo *iface, UINT cchVersion, WCHAR *wzVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetSpecVersion (IWICBitmapDecoderInfo *iface, UINT cchSpecVersion, WCHAR *wzSpecVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetFriendlyName (IWICBitmapDecoderInfo *iface, UINT cchFriendlyName, WCHAR *wzFriendlyName, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetContainerFormat (IWICBitmapDecoderInfo *iface, GUID *pguidContainerFormat) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetPixelFormats (IWICBitmapDecoderInfo *iface, UINT cFormats, GUID *pguidPixelFormats, UINT *pcActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetColorManagementVersion (IWICBitmapDecoderInfo *iface, UINT cchColorManagementVersion, WCHAR *wzColorManagementVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetDeviceManufacturer (IWICBitmapDecoderInfo *iface, UINT cchDeviceManufacturer, WCHAR *wzDeviceManufacturer, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetDeviceModels (IWICBitmapDecoderInfo *iface, UINT cchDeviceModels, WCHAR *wzDeviceModels, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetMimeTypes (IWICBitmapDecoderInfo *iface, UINT cchMimeTypes, WCHAR *wzMimeTypes, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetFileExtensions (IWICBitmapDecoderInfo *iface, UINT cchFileExtensions, WCHAR *wzFileExtensions, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_DoesSupportAnimation (IWICBitmapDecoderInfo *iface, BOOL *pfSupportAnimation) |
|
static HRESULT WINAPI | BitmapDecoderInfo_DoesSupportChromaKey (IWICBitmapDecoderInfo *iface, BOOL *pfSupportChromaKey) |
|
static HRESULT WINAPI | BitmapDecoderInfo_DoesSupportLossless (IWICBitmapDecoderInfo *iface, BOOL *pfSupportLossless) |
|
static HRESULT WINAPI | BitmapDecoderInfo_DoesSupportMultiframe (IWICBitmapDecoderInfo *iface, BOOL *pfSupportMultiframe) |
|
static HRESULT WINAPI | BitmapDecoderInfo_MatchesMimeType (IWICBitmapDecoderInfo *iface, LPCWSTR wzMimeType, BOOL *pfMatches) |
|
static HRESULT WINAPI | BitmapDecoderInfo_GetPatterns (IWICBitmapDecoderInfo *iface, UINT cbSizePatterns, WICBitmapPattern *pPatterns, UINT *pcPatterns, UINT *pcbPatternsActual) |
|
static HRESULT WINAPI | BitmapDecoderInfo_MatchesPattern (IWICBitmapDecoderInfo *iface, IStream *pIStream, BOOL *pfMatches) |
|
static HRESULT WINAPI | BitmapDecoderInfo_CreateInstance (IWICBitmapDecoderInfo *iface, IWICBitmapDecoder **ppIBitmapDecoder) |
|
static void | read_bitmap_patterns (BitmapDecoderInfo *info) |
|
static HRESULT | BitmapDecoderInfo_Constructor (HKEY classkey, REFCLSID clsid, ComponentInfo **ret) |
|
static BitmapEncoderInfo * | impl_from_IWICBitmapEncoderInfo (IWICBitmapEncoderInfo *iface) |
|
static HRESULT WINAPI | BitmapEncoderInfo_QueryInterface (IWICBitmapEncoderInfo *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | BitmapEncoderInfo_AddRef (IWICBitmapEncoderInfo *iface) |
|
static ULONG WINAPI | BitmapEncoderInfo_Release (IWICBitmapEncoderInfo *iface) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetComponentType (IWICBitmapEncoderInfo *iface, WICComponentType *pType) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetCLSID (IWICBitmapEncoderInfo *iface, CLSID *pclsid) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetSigningStatus (IWICBitmapEncoderInfo *iface, DWORD *pStatus) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetAuthor (IWICBitmapEncoderInfo *iface, UINT cchAuthor, WCHAR *wzAuthor, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetVendorGUID (IWICBitmapEncoderInfo *iface, GUID *pguidVendor) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetVersion (IWICBitmapEncoderInfo *iface, UINT cchVersion, WCHAR *wzVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetSpecVersion (IWICBitmapEncoderInfo *iface, UINT cchSpecVersion, WCHAR *wzSpecVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetFriendlyName (IWICBitmapEncoderInfo *iface, UINT cchFriendlyName, WCHAR *wzFriendlyName, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetContainerFormat (IWICBitmapEncoderInfo *iface, GUID *pguidContainerFormat) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetPixelFormats (IWICBitmapEncoderInfo *iface, UINT cFormats, GUID *pguidPixelFormats, UINT *pcActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetColorManagementVersion (IWICBitmapEncoderInfo *iface, UINT cchColorManagementVersion, WCHAR *wzColorManagementVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetDeviceManufacturer (IWICBitmapEncoderInfo *iface, UINT cchDeviceManufacturer, WCHAR *wzDeviceManufacturer, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetDeviceModels (IWICBitmapEncoderInfo *iface, UINT cchDeviceModels, WCHAR *wzDeviceModels, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetMimeTypes (IWICBitmapEncoderInfo *iface, UINT cchMimeTypes, WCHAR *wzMimeTypes, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_GetFileExtensions (IWICBitmapEncoderInfo *iface, UINT cchFileExtensions, WCHAR *wzFileExtensions, UINT *pcchActual) |
|
static HRESULT WINAPI | BitmapEncoderInfo_DoesSupportAnimation (IWICBitmapEncoderInfo *iface, BOOL *pfSupportAnimation) |
|
static HRESULT WINAPI | BitmapEncoderInfo_DoesSupportChromaKey (IWICBitmapEncoderInfo *iface, BOOL *pfSupportChromaKey) |
|
static HRESULT WINAPI | BitmapEncoderInfo_DoesSupportLossless (IWICBitmapEncoderInfo *iface, BOOL *pfSupportLossless) |
|
static HRESULT WINAPI | BitmapEncoderInfo_DoesSupportMultiframe (IWICBitmapEncoderInfo *iface, BOOL *pfSupportMultiframe) |
|
static HRESULT WINAPI | BitmapEncoderInfo_MatchesMimeType (IWICBitmapEncoderInfo *iface, LPCWSTR wzMimeType, BOOL *pfMatches) |
|
static HRESULT WINAPI | BitmapEncoderInfo_CreateInstance (IWICBitmapEncoderInfo *iface, IWICBitmapEncoder **ppIBitmapEncoder) |
|
static HRESULT | BitmapEncoderInfo_Constructor (HKEY classkey, REFCLSID clsid, ComponentInfo **ret) |
|
static FormatConverterInfo * | impl_from_IWICFormatConverterInfo (IWICFormatConverterInfo *iface) |
|
static HRESULT WINAPI | FormatConverterInfo_QueryInterface (IWICFormatConverterInfo *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | FormatConverterInfo_AddRef (IWICFormatConverterInfo *iface) |
|
static ULONG WINAPI | FormatConverterInfo_Release (IWICFormatConverterInfo *iface) |
|
static HRESULT WINAPI | FormatConverterInfo_GetComponentType (IWICFormatConverterInfo *iface, WICComponentType *pType) |
|
static HRESULT WINAPI | FormatConverterInfo_GetCLSID (IWICFormatConverterInfo *iface, CLSID *pclsid) |
|
static HRESULT WINAPI | FormatConverterInfo_GetSigningStatus (IWICFormatConverterInfo *iface, DWORD *pStatus) |
|
static HRESULT WINAPI | FormatConverterInfo_GetAuthor (IWICFormatConverterInfo *iface, UINT cchAuthor, WCHAR *wzAuthor, UINT *pcchActual) |
|
static HRESULT WINAPI | FormatConverterInfo_GetVendorGUID (IWICFormatConverterInfo *iface, GUID *pguidVendor) |
|
static HRESULT WINAPI | FormatConverterInfo_GetVersion (IWICFormatConverterInfo *iface, UINT cchVersion, WCHAR *wzVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | FormatConverterInfo_GetSpecVersion (IWICFormatConverterInfo *iface, UINT cchSpecVersion, WCHAR *wzSpecVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | FormatConverterInfo_GetFriendlyName (IWICFormatConverterInfo *iface, UINT cchFriendlyName, WCHAR *wzFriendlyName, UINT *pcchActual) |
|
static HRESULT WINAPI | FormatConverterInfo_GetPixelFormats (IWICFormatConverterInfo *iface, UINT cFormats, GUID *pguidPixelFormats, UINT *pcActual) |
|
static HRESULT WINAPI | FormatConverterInfo_CreateInstance (IWICFormatConverterInfo *iface, IWICFormatConverter **ppIFormatConverter) |
|
static BOOL | ConverterSupportsFormat (IWICFormatConverterInfo *iface, const WCHAR *formatguid) |
|
static HRESULT | FormatConverterInfo_Constructor (HKEY classkey, REFCLSID clsid, ComponentInfo **ret) |
|
static PixelFormatInfo * | impl_from_IWICPixelFormatInfo2 (IWICPixelFormatInfo2 *iface) |
|
static HRESULT WINAPI | PixelFormatInfo_QueryInterface (IWICPixelFormatInfo2 *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | PixelFormatInfo_AddRef (IWICPixelFormatInfo2 *iface) |
|
static ULONG WINAPI | PixelFormatInfo_Release (IWICPixelFormatInfo2 *iface) |
|
static HRESULT WINAPI | PixelFormatInfo_GetComponentType (IWICPixelFormatInfo2 *iface, WICComponentType *pType) |
|
static HRESULT WINAPI | PixelFormatInfo_GetCLSID (IWICPixelFormatInfo2 *iface, CLSID *pclsid) |
|
static HRESULT WINAPI | PixelFormatInfo_GetSigningStatus (IWICPixelFormatInfo2 *iface, DWORD *pStatus) |
|
static HRESULT WINAPI | PixelFormatInfo_GetAuthor (IWICPixelFormatInfo2 *iface, UINT cchAuthor, WCHAR *wzAuthor, UINT *pcchActual) |
|
static HRESULT WINAPI | PixelFormatInfo_GetVendorGUID (IWICPixelFormatInfo2 *iface, GUID *pguidVendor) |
|
static HRESULT WINAPI | PixelFormatInfo_GetVersion (IWICPixelFormatInfo2 *iface, UINT cchVersion, WCHAR *wzVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | PixelFormatInfo_GetSpecVersion (IWICPixelFormatInfo2 *iface, UINT cchSpecVersion, WCHAR *wzSpecVersion, UINT *pcchActual) |
|
static HRESULT WINAPI | PixelFormatInfo_GetFriendlyName (IWICPixelFormatInfo2 *iface, UINT cchFriendlyName, WCHAR *wzFriendlyName, UINT *pcchActual) |
|
static HRESULT WINAPI | PixelFormatInfo_GetFormatGUID (IWICPixelFormatInfo2 *iface, GUID *pFormat) |
|
static HRESULT WINAPI | PixelFormatInfo_GetColorContext (IWICPixelFormatInfo2 *iface, IWICColorContext **ppIColorContext) |
|
static HRESULT WINAPI | PixelFormatInfo_GetBitsPerPixel (IWICPixelFormatInfo2 *iface, UINT *puiBitsPerPixel) |
|
static HRESULT WINAPI | PixelFormatInfo_GetChannelCount (IWICPixelFormatInfo2 *iface, UINT *puiChannelCount) |
|
static HRESULT WINAPI | PixelFormatInfo_GetChannelMask (IWICPixelFormatInfo2 *iface, UINT uiChannelIndex, UINT cbMaskBuffer, BYTE *pbMaskBuffer, UINT *pcbActual) |
|
static HRESULT WINAPI | PixelFormatInfo_SupportsTransparency (IWICPixelFormatInfo2 *iface, BOOL *pfSupportsTransparency) |
|
static HRESULT WINAPI | PixelFormatInfo_GetNumericRepresentation (IWICPixelFormatInfo2 *iface, WICPixelFormatNumericRepresentation *pNumericRepresentation) |
|
static HRESULT | PixelFormatInfo_Constructor (HKEY classkey, REFCLSID clsid, ComponentInfo **ret) |
|
static struct metadata_container * | get_metadata_container (MetadataReaderInfo *info, const GUID *guid) |
|
static MetadataReaderInfo * | impl_from_IWICMetadataReaderInfo (IWICMetadataReaderInfo *iface) |
|
static HRESULT WINAPI | MetadataReaderInfo_QueryInterface (IWICMetadataReaderInfo *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | MetadataReaderInfo_AddRef (IWICMetadataReaderInfo *iface) |
|
static ULONG WINAPI | MetadataReaderInfo_Release (IWICMetadataReaderInfo *iface) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetComponentType (IWICMetadataReaderInfo *iface, WICComponentType *type) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetCLSID (IWICMetadataReaderInfo *iface, CLSID *clsid) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetSigningStatus (IWICMetadataReaderInfo *iface, DWORD *status) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetAuthor (IWICMetadataReaderInfo *iface, UINT length, WCHAR *author, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetVendorGUID (IWICMetadataReaderInfo *iface, GUID *vendor) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetVersion (IWICMetadataReaderInfo *iface, UINT length, WCHAR *version, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetSpecVersion (IWICMetadataReaderInfo *iface, UINT length, WCHAR *version, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetFriendlyName (IWICMetadataReaderInfo *iface, UINT length, WCHAR *name, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetMetadataFormat (IWICMetadataReaderInfo *iface, GUID *format) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetContainerFormats (IWICMetadataReaderInfo *iface, UINT length, GUID *formats, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetDeviceManufacturer (IWICMetadataReaderInfo *iface, UINT length, WCHAR *manufacturer, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetDeviceModels (IWICMetadataReaderInfo *iface, UINT length, WCHAR *models, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_DoesRequireFullStream (IWICMetadataReaderInfo *iface, BOOL *param) |
|
static HRESULT WINAPI | MetadataReaderInfo_DoesSupportPadding (IWICMetadataReaderInfo *iface, BOOL *param) |
|
static HRESULT WINAPI | MetadataReaderInfo_DoesRequireFixedSize (IWICMetadataReaderInfo *iface, BOOL *param) |
|
static HRESULT WINAPI | MetadataReaderInfo_GetPatterns (IWICMetadataReaderInfo *iface, REFGUID container_guid, UINT length, WICMetadataPattern *patterns, UINT *count, UINT *actual_length) |
|
static HRESULT WINAPI | MetadataReaderInfo_MatchesPattern (IWICMetadataReaderInfo *iface, REFGUID container_guid, IStream *stream, BOOL *matches) |
|
static HRESULT WINAPI | MetadataReaderInfo_CreateInstance (IWICMetadataReaderInfo *iface, IWICMetadataReader **reader) |
|
static void | read_metadata_patterns (MetadataReaderInfo *info, GUID *container_guid, struct metadata_container *container) |
|
static BOOL | read_metadata_info (MetadataReaderInfo *info) |
|
static HRESULT | MetadataReaderInfo_Constructor (HKEY classkey, REFCLSID clsid, ComponentInfo **info) |
|
static int | ComponentInfo_Compare (const void *key, const struct wine_rb_entry *entry) |
|
HRESULT | CreateComponentInfo (REFCLSID clsid, IWICComponentInfo **ppIInfo) |
|
void | ReleaseComponentInfos (void) |
|
HRESULT | get_decoder_info (REFCLSID clsid, IWICBitmapDecoderInfo **info) |
|
static ComponentEnum * | impl_from_IEnumUnknown (IEnumUnknown *iface) |
|
static HRESULT WINAPI | ComponentEnum_QueryInterface (IEnumUnknown *iface, REFIID iid, void **ppv) |
|
static ULONG WINAPI | ComponentEnum_AddRef (IEnumUnknown *iface) |
|
static ULONG WINAPI | ComponentEnum_Release (IEnumUnknown *iface) |
|
static HRESULT WINAPI | ComponentEnum_Next (IEnumUnknown *iface, ULONG celt, IUnknown **rgelt, ULONG *pceltFetched) |
|
static HRESULT WINAPI | ComponentEnum_Skip (IEnumUnknown *iface, ULONG celt) |
|
static HRESULT WINAPI | ComponentEnum_Reset (IEnumUnknown *iface) |
|
static HRESULT WINAPI | ComponentEnum_Clone (IEnumUnknown *iface, IEnumUnknown **ppenum) |
|
HRESULT | CreateComponentEnumerator (DWORD componentTypes, DWORD options, IEnumUnknown **ppIEnumUnknown) |
|
static BOOL | is_1bpp_format (const WICPixelFormatGUID *format) |
|
HRESULT WINAPI | WICConvertBitmapSource (REFWICPixelFormatGUID dstFormat, IWICBitmapSource *pISrc, IWICBitmapSource **ppIDst) |
|