ati3200.h
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:

Windows CE

开发平台:

C/C++

  1. /*****************************************************************************
  2.  *
  3.  * This program is free software ; you can redistribute it and/or modify
  4.  * it under the terms of the GNU General Public License as published by
  5.  * the Free Software Foundation; either version 2 of the License, or
  6.  * (at your option) any later version.
  7.  *
  8.  * This program is distributed in the hope that it will be useful,
  9.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11.  * GNU General Public License for more details.
  12.  *
  13.  * You should have received a copy of the GNU General Public License
  14.  * along with this program; if not, write to the Free Software
  15.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  16.  *
  17.  * $Id: ati3200.h 624 2006-02-01 17:48:42Z picard $
  18.  *
  19.  * The Core Pocket Media Player
  20.  * Copyright (c) 2004-2005 Gabor Kovacs
  21.  *
  22.  ****************************************************************************/
  23. #ifndef __ATI3200_H
  24. #define __ATI3200_H
  25. #define AHI_ID FOURCC('A','H','I','_')
  26. #define AHI_IDCT_ID VOUT_IDCT_CLASS(AHI_ID)
  27. #define AHI_NAME 0x100
  28. #define AHI_VERSION 0x101
  29. #define AHI_REVISION 0x102
  30. #define AHI_CHIPID 0x103
  31. #define AHI_REVISIONID 0x104
  32. #define AHI_TOTALMEMORY 0x105
  33. #define AHI_INTERNALTOTALMEM 0x106
  34. #define AHI_EXTERNALTOTALMEM 0x107
  35. #define AHI_INTERNALFREEMEM 0x10E
  36. #define AHI_EXTERNALFREEMEM 0x10F
  37. #define AHI_CAPS1 0x108
  38. #define AHI_CAPS2 0x109
  39. #define AHI_CAPS3 0x10A
  40. #define AHI_CAPS4 0x10B
  41. #define AHI_UNMAP 0x10C
  42. #define AHI_IDCTBUG 0x110
  43. #define AHI_DEVICEBITMAP 0x111
  44. #define AHI_PRIMARYREUSE 0x113
  45. #define AHI_LOWBITDEPTH 0x114
  46. #define AHI_STRETCHFLIP 0x115
  47. #define AHI_NORELEASE 0x116
  48. #define AHI_OUT_OF_MEMORY 0x200
  49. #define AHI_OPEN_ERROR 0x201
  50. #define AHI_OLDVERSION 0x202
  51. void ATI3200_Init();
  52. void ATI3200_Done();
  53. #endif