Home
last modified time | relevance | path

Searched refs:pguidContainerFormat (Results 1 – 13 of 13) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dbmpencode.c502 GUID *pguidContainerFormat) in BmpEncoder_GetContainerFormat() argument
504 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in BmpEncoder_GetContainerFormat()
506 if (!pguidContainerFormat) in BmpEncoder_GetContainerFormat()
509 memcpy(pguidContainerFormat, &GUID_ContainerFormatBmp, sizeof(GUID)); in BmpEncoder_GetContainerFormat()
H A Dproxy.c50 GUID *pguidContainerFormat) in IWICBitmapCodecInfo_GetContainerFormat_Proxy_W() argument
52 return IWICBitmapCodecInfo_GetContainerFormat(iface, pguidContainerFormat); in IWICBitmapCodecInfo_GetContainerFormat_Proxy_W()
534 GUID *pguidContainerFormat) in IWICMetadataQueryReader_GetContainerFormat_Proxy_W() argument
536 return IWICMetadataQueryReader_GetContainerFormat(iface, pguidContainerFormat); in IWICMetadataQueryReader_GetContainerFormat_Proxy_W()
H A Djpegformat.c445 GUID *pguidContainerFormat) in JpegDecoder_GetContainerFormat() argument
447 memcpy(pguidContainerFormat, &GUID_ContainerFormatJpeg, sizeof(GUID)); in JpegDecoder_GetContainerFormat()
715 GUID *pguidContainerFormat) in JpegDecoder_Block_GetContainerFormat() argument
717 TRACE("%p,%p\n", iface, pguidContainerFormat); in JpegDecoder_Block_GetContainerFormat()
719 if (!pguidContainerFormat) return E_INVALIDARG; in JpegDecoder_Block_GetContainerFormat()
721 memcpy(pguidContainerFormat, &GUID_ContainerFormatJpeg, sizeof(GUID)); in JpegDecoder_Block_GetContainerFormat()
H A Dtiffformat.c731 GUID *pguidContainerFormat) in TiffDecoder_GetContainerFormat() argument
733 if (!pguidContainerFormat) return E_INVALIDARG; in TiffDecoder_GetContainerFormat()
735 memcpy(pguidContainerFormat, &GUID_ContainerFormatTiff, sizeof(GUID)); in TiffDecoder_GetContainerFormat()
2135 GUID *pguidContainerFormat) in TiffEncoder_GetContainerFormat() argument
2137 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in TiffEncoder_GetContainerFormat()
2139 if (!pguidContainerFormat) in TiffEncoder_GetContainerFormat()
2142 memcpy(pguidContainerFormat, &GUID_ContainerFormatTiff, sizeof(GUID)); in TiffEncoder_GetContainerFormat()
H A Dicnsformat.c564 GUID *pguidContainerFormat) in IcnsEncoder_GetContainerFormat() argument
566 FIXME("(%p,%s): stub\n", iface, debugstr_guid(pguidContainerFormat)); in IcnsEncoder_GetContainerFormat()
H A Dpngformat.c830 GUID *pguidContainerFormat) in PngDecoder_GetContainerFormat() argument
832 memcpy(pguidContainerFormat, &GUID_ContainerFormatPng, sizeof(GUID)); in PngDecoder_GetContainerFormat()
1210 GUID *pguidContainerFormat) in PngDecoder_Block_GetContainerFormat() argument
1212 if (!pguidContainerFormat) return E_INVALIDARG; in PngDecoder_Block_GetContainerFormat()
1213 memcpy(pguidContainerFormat, &GUID_ContainerFormatPng, sizeof(GUID)); in PngDecoder_Block_GetContainerFormat()
H A Dicoformat.c580 GUID *pguidContainerFormat) in IcoDecoder_GetContainerFormat() argument
582 memcpy(pguidContainerFormat, &GUID_ContainerFormatIco, sizeof(GUID)); in IcoDecoder_GetContainerFormat()
H A Dinfo.c361 GUID *pguidContainerFormat) in BitmapDecoderInfo_GetContainerFormat() argument
364 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in BitmapDecoderInfo_GetContainerFormat()
365 …return ComponentInfo_GetGUIDValue(This->classkey, containerformat_valuename, pguidContainerFormat); in BitmapDecoderInfo_GetContainerFormat()
851 GUID *pguidContainerFormat) in BitmapEncoderInfo_GetContainerFormat() argument
854 TRACE("(%p,%p)\n", iface, pguidContainerFormat); in BitmapEncoderInfo_GetContainerFormat()
855 …return ComponentInfo_GetGUIDValue(This->classkey, containerformat_valuename, pguidContainerFormat); in BitmapEncoderInfo_GetContainerFormat()
H A Dtgaformat.c354 GUID *pguidContainerFormat) in TgaDecoder_GetContainerFormat() argument
356 memcpy(pguidContainerFormat, &GUID_WineContainerFormatTga, sizeof(GUID)); in TgaDecoder_GetContainerFormat()
H A Dbmpdecode.c1063 GUID *pguidContainerFormat) in BmpDecoder_GetContainerFormat() argument
1065 memcpy(pguidContainerFormat, &GUID_ContainerFormatBmp, sizeof(GUID)); in BmpDecoder_GetContainerFormat()
H A Dgifformat.c1170 GUID *pguidContainerFormat) in GifDecoder_GetContainerFormat() argument
1172 memcpy(pguidContainerFormat, &GUID_ContainerFormatGif, sizeof(GUID)); in GifDecoder_GetContainerFormat()
/reactos/sdk/include/psdk/
H A Dwincodec.idl511 [out] GUID *pguidContainerFormat);
603 [out] GUID *pguidContainerFormat);
690 [out] GUID *pguidContainerFormat);
789 [out] GUID *pguidContainerFormat);
H A Dwincodecsdk.idl251 [out] GUID *pguidContainerFormat);