#ifndef _DRV_SCART_H #define _DRV_SCART_H typedef enum { DRV_SCART_AUTO, DRV_SCART_RGB, DRV_SCART_CVBS, DRV_SCART_SVIDEO, DRV_SCART_NONE }DRV_ScartSrcType_t; /*! * @brief scart input types */ typedef enum { DRV_TvDec_SCART_CVBS = 0, DRV_TvDec_SCART_RGB, DRV_TvDec_SCART_SV, DRV_TvDec_SCART_UNKNOW, } DRV_TvDecScartInputType_t; typedef enum { DRV_Scart_Signal_CVBS, DRV_Scart_Signal_SVIDEO, DRV_Scart_Signal_RGB, DRV_Scart_Signal_Composite, DRV_Scart_Signal_Unkonwn } DRV_Scart_SignalType_t; typedef enum { DRV_Scart_PIN8_Status=0, DRV_Scart_PIN16_Status }DRV_Scart_PINStatus_t; typedef enum { DRV_Scart_Plug_Out=0, DRV_Scart_16_9, DRV_Scart_4_3 }DRV_Scart_Aspectratio_t; #endif //#ifndef _DRV_SCART_H