home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / videotlk.zip / SAMPLES / EX5 / RGBCONV.H < prev    next >
Text File  |  1995-04-27  |  1KB  |  21 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1992 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 2.1 source code is provided to you solely for   */
  6. /*    the purpose of assisting you in your development of OS/2 2.x device    */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12.  
  13. //#ifdef INCL_32
  14. //#pragma pack(1)
  15. //#pragma linkage(YUV422_TO_IRGB24, far16 pascal)
  16. //#endif
  17. extern void _Pascal YUV422_TO_IRGB24 (USHORT *ImageIn,
  18.                               BYTE   *ImageOut,
  19.                               ULONG  X_width,
  20.                               ULONG  Y_height);
  21.