dtv_ref3_video.h

来自「用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码」· C头文件 代码 · 共 58 行

H
58
字号
/*
 * Copyright (c) 1995,1996,1997 by TriMedia Technologies. 
 *
 * +------------------------------------------------------------------+
 * | This software is furnished under a license and may only be used  |
 * | and copied in accordance with the terms and conditions of  such  |
 * | a license and with the inclusion of this copyright notice. This  |
 * | software or any other copies of this software may not be provided|
 * | or otherwise made available to any other person.  The ownership  |
 * | and title of this software is not transferred.                   |
 * |                                                                  |
 * | The information in this software is subject  to change without   |
 * | any  prior notice and should not be construed as a commitment by |
 * | TriMedia Technologies.                                           |
 * |                                                                  |
 * | this code and information is provided "as is" without any        |
 * | warranty of any kind, either expressed or implied, including but |
 * | not limited to the implied warranties of merchantability and/or  |
 * | fitness for any particular purpose.                              |
 * +------------------------------------------------------------------+
 *
 *  Module name              : dtv_ref3_video.h    1.7
 *
 *  Last update              : 18:59:26 - 00/11/09
 *
 *  Description              : 
 *
 */

#ifndef _DTV_REF3_VIDEO_H
#define _DTV_REF3_VIDEO_H

#if defined(__cplusplus)
extern "C" {
#endif

/***********************************/

#define DTV_REF3_VO_SUPPORTED_STANDARDS  (vasNTSC | vasPAL | vas720x480p | vas768x576p | vas960x540p )
#define DTV_REF3_VO_SUPPORTED_ADAPTERS   (vaaCVBS | vaaSvideo)

/****  Public Init function ****/  
extern tmLibdevErr_t dtv_ref3_VO_Init(pboardVOParam_t param);

extern tmLibdevErr_t dtv_ref3_VO_Configure(UInt32 subaddr, UInt32 value);

extern tmLibdevErr_t dtv_ref3_VO_Start(tmVideoAnalogStandard_t standard);

extern tmLibdevErr_t dtv_ref3_VO_Stop(void);

extern tmLibdevErr_t dtv_ref3_VO_SetBrightness(UInt val);

#if defined(__cplusplus)
}
#endif

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?