Home
last modified time | relevance | path

Searched refs:ICCompressBegin (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/avifil32/
H A Dicmstream.c452 if (ICCompressBegin(This->hic, This->lpbiInput, This->lpbiOutput) != S_OK) in ICMStream_fnSetFormat()
508 if (ICCompressBegin(This->hic, lpbi, This->lpbiOutput) != S_OK) in ICMStream_fnSetFormat()
920 if (ICCompressBegin(This->hic, lpbi, This->lpbiOutput) != S_OK) in AVIFILE_OpenGetFrame()
/reactos/sdk/include/psdk/
H A Dvfw.h212 #define ICCompressBegin(hic, lpbiInput, lpbiOutput) \ macro