Searched refs:ICCompressBegin (Results 1 – 2 of 2) sorted by relevance
452 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()
212 #define ICCompressBegin(hic, lpbiInput, lpbiOutput) \ macro