vout.h
上传用户:fy98168
上传日期:2015-06-26
资源大小:13771k
文件大小:2k
源码类别:

DVD

开发平台:

C/C++

  1. /*****************************************************************************
  2. File Name  : vout.h
  3. Description: 5100 VOUT header
  4. COPYRIGHT (C) STMicroelectronics 2004.
  5. *****************************************************************************/
  6. /* Define to prevent recursive inclusion */
  7. #ifndef __VOUT_H
  8. #define __VOUT_H
  9. /* Includes --------------------------------------------------------------- */
  10. #include "stddefs.h"    /* STAPI includes */
  11. #include "stvout.h"
  12. /* Exported Types ------------------------------------------------------ */
  13. /* Exported Constants -------------------------------------------------- */
  14. #define KB_VOUT_MAX_DEVICES            2
  15. /* Exported Variables -------------------------------------------------- */
  16. extern STVOUT_Handle_t g_KB_VoutHandle[KB_VOUT_MAX_DEVICES];
  17. extern ST_DeviceName_t g_KB_VoutDeviceName[KB_VOUT_MAX_DEVICES];
  18. /* Exported Macros ----------------------------------------------------- */
  19. #define KB_VOUT_DEVICE_TYPE            STVOUT_DEVICE_TYPE_V13
  20. #ifndef VOUT_BASE_ADDRESS
  21.     #define VOUT_BASE_ADDRESS       VOUT_BASE_ADDRESS
  22. #endif
  23. #define KB_VOUT_DEVICE_BASE_ADDRESS    0
  24. #ifdef MALY3
  25. #define KB_VOUT_OUTPUT_TYPE            STVOUT_OUTPUT_ANALOG_CVBS
  26. #else
  27. #define KB_VOUT_OUTPUT_TYPE            STVOUT_OUTPUT_ANALOG_RGB
  28. #endif
  29. /* Exported Functions -------------------------------------------------- */
  30. ST_ErrorCode_t KB_VoutSetup(void);
  31. #endif /* __VOUT_H */
  32. /* EOF --------------------------------------------------------------------- */