Searched refs:ICDecompressGetFormat (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/msvfw32/ |
H A D | msvfw.c | 135 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 142 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 149 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 156 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 163 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 258 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 266 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 270 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 278 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() 282 err = ICDecompressGetFormat(h, &bi, &tmp); in test_Locate() [all …]
|
/reactos/dll/win32/msvfw32/ |
H A D | drawdib.c | 217 size = ICDecompressGetFormat(whdd->hic, lpbi, NULL); in DrawDibBegin() 229 if (ICDecompressGetFormat(whdd->hic, lpbi, whdd->lpbiOut) != ICERR_OK) in DrawDibBegin()
|
H A D | msvideo_main.c | 1362 if ( ICDecompressGetFormat( hic, lpbiIn, pHdr ) != ICERR_OK ) in ICImageDecompress()
|
/reactos/dll/win32/avifil32/ |
H A D | icmstream.c | 470 if (ICDecompressGetFormat(This->hic, This->lpbiOutput, This->lpbiPrev) < S_OK) in ICMStream_fnSetFormat() 515 if (ICDecompressGetFormat(This->hic,This->lpbiOutput,This->lpbiPrev) < S_OK) in ICMStream_fnSetFormat() 938 if (ICDecompressGetFormat(This->hic, This->lpbiOutput, This->lpbiPrev) < S_OK) in AVIFILE_OpenGetFrame()
|
H A D | getframe.c | 412 } else if (ICDecompressGetFormat(This->hic, This->lpInFormat, in IGetFrame_fnSetFormat()
|
/reactos/sdk/include/psdk/ |
H A D | vfw.h | 383 #define ICDecompressGetFormat(hic, lpbiInput, lpbiOutput) \ macro 390 ICDecompressGetFormat(hic, lpbi, NULL)
|