tidtv_dvoalign.h

来自「ti的数字电视芯片 tvp9000的源码」· C头文件 代码 · 共 26 行

H
26
字号
/*******************************************************************************
*	@ModuleName	::	TiDTV_DvoAlign.h
*
*	@Copyright	::	Copyright 2005- Texas Instruments, Inc.
*
*	@Description::	Constants and Defs for TI DTV Digital Video Output Alignment APIs
*
*	@History	::
*---------------------------------------
*	07-12-2005	Paul Hunt	Created
*******************************************************************************/

#ifndef _TI_DTV_DVO_ALIGN_H_
#define _TI_DTV_DVO_ALIGN_H_

#define DVO_START_ACTIVE_VIDEO_HOR_NOM 176
#define DVO_START_ACTIVE_VIDEO_VER_NOM 5

// Valid range of Nominal + Offset is 0-4095, although this may not all be useful
void tvpEncDvoAlignHor(short Nominal, short Offset);

// Valid range of Nominal + Offset is 1-255, although this may not all be useful
void tvpEncDvoAlignVer(short Nominal, short Offset);

#endif	/* _TI_DTV_DVO_ALIGN_H_ */

⌨️ 快捷键说明

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