/*****************************************************************************/ /* */ /* COPYRIGHT Copyright (C) 1992 IBM Corporation */ /* */ /* The following IBM OS/2 2.1 source code is provided to you solely for */ /* the purpose of assisting you in your development of OS/2 2.x device */ /* drivers. You may use this code in accordance with the IBM License */ /* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */ /* Copyright statement may not be removed. */ /* */ /*****************************************************************************/ //#ifdef INCL_32 //#pragma pack(1) //#pragma linkage(YUV422_TO_IRGB24, far16 pascal) //#endif extern void _Pascal YUV422_TO_IRGB24 (USHORT *ImageIn, BYTE *ImageOut, ULONG X_width, ULONG Y_height);