欢迎访问ic37.com |
会员登录 免费注册
发布采购

CX25870 参数 Datasheet PDF下载

CX25870图片预览
型号: CX25870
PDF下载: 下载PDF文件 查看货源
内容描述: 视频编码器与自适应闪烁过滤和HDTV输出 [Video Encoder with Adaptive Flicker Filtering and HDTV Output]
分类和应用: 电视编码器
文件页数/大小: 291 页 / 3791 K
品牌: CONEXANT [ CONEXANT SYSTEMS, INC ]
 浏览型号CX25870的Datasheet PDF文件第255页浏览型号CX25870的Datasheet PDF文件第256页浏览型号CX25870的Datasheet PDF文件第257页浏览型号CX25870的Datasheet PDF文件第258页浏览型号CX25870的Datasheet PDF文件第260页浏览型号CX25870的Datasheet PDF文件第261页浏览型号CX25870的Datasheet PDF文件第262页浏览型号CX25870的Datasheet PDF文件第263页  
D
Appendix D Closed Caption Pseudo  
Code  
/* Filename: CC_870_Function.C */  
//Causes CX870/871 encoder to encode 2 bytes of data on every  
Odd Field=Field 1  
#include stdio.h  
#include conio.h  
<#include other necessary header files>  
char  
CCdatabyte1, CCdatabyte2;  
// Define global vari-  
ables  
//Any graphics controller/MPEG2 Decoder is assumed to be the I2C  
master for this design  
//Controller/Data Master sends the CX870/871 the digital CC  
bytes necessary for encoding into the Composite Video signal or  
Luma signal for S-Video output  
//H_CLKO[11:0] value should exist in hex format. This register  
equals bits3-0 //of register 0x86 and bits 7-0 of register 0x76  
870_CCEncoding_onField1(int CCdatabyte1, int CCdatabyte2, int  
H_CLKO)  
{
int CBITS, CC_PIPE1, CC_ADD_HEX, CCR_START_HEX, CCSEL,  
ReadBit;  
int ReadBitArray[8] = {0}; //initializes all element of  
ReadBitArray to 0  
float CC_ADD;  
float CCR_START;  
CBITS = 17;  
CC_PIPE1=60;  
CCSEL = 4;  
//CCSEL[3:0] = 0100 so CC data is  
encoded on line 21  
//for 525-line systems and line 23 for  
625-line systems  
//Initialization Section  
Write ECCGATE to 1;  
the CX870/871  
//this is bit 3 of register C4 for  
//no further closed caption encoding  
100381B  
Conexant  
D-1