www.pudn.com > 6027_HD65.rar > logo_cap.h


/**********************************************************************/ 
/***************    MTK CONFIDENTIAL & COPYRIGHTED     ****************/ 
/***************                                       ****************/ 
/***************  $Modtime:: 04/04/19 3:01p    $       ****************/ 
/***************  $Revision:: 1                $       ****************/ 
/***************                                       ****************/ 
/***************   Description : Logo capture          ****************/ 
/***************                 include file          ****************/ 
/***************                                       ****************/ 
/***************       Company : MediaTek Inc.         ****************/ 
/***************    Programmer :                       ****************/ 
/**********************************************************************/ 
 
#ifndef _LOGO_CAP_H 
#define _LOGO_CAP_H 
 
#ifdef SUPPORT_CAPTURE_LOGO 
 
void vLogoCapInit(BYTE fgInit) large; 
void vLogoCapExit(void) large; 
BOOL fgLogoCapState(void) large; 
 
BOOL fgIsLogoCaptureAllow(void) large; 
void vLogoCapEncode(void) large; 
 
#else /* not define SUPPORT_CAPTURE_LOGO */ 
 
#define vLogoCapInit    (0) 
#define vLogoCapExit    (0) 
#define fgLogoCapState  (0) 
 
#endif /* not define SUPPORT_CAPTURE_LOGO */ 
 
#endif /* _LOGO_CAP_H */