vscale.h

来自「一个不错的硬盘播放器程序,包含VFD显示程序,红外线遥控程序,硬盘读写程序,及解」· C头文件 代码 · 共 36 行

H
36
字号
/* Copyright 1996, ESS Technology, Inc.					*//* SCCSID @(#)vscale.h	1.10 8/19/97 *//* * $Log$ */#ifdef VSCALE#ifndef _VSCALE_H_#define _VSCALE_H_/************************************************************************* * global variables defined in vscale.c 				 * *************************************************************************/extern int VscaleReady;		/* ready to scale */extern int VscaleStart;		/* start to scale */extern int VscaleLineOutY;	/* where to find output */extern int VscaleLineInY; 	/* where to find input */extern int VscaleDeltaOut;	/* vertical size of macroblock after scaling */extern int VscaleLastFrame;	/* force last frame scaling when we see 0xb7 */extern int H_VscaleFrame; 	/* input only, not changed inside vscale *//************************************************************************* * global function prototype 						 * *************************************************************************/void vscale2(void);void resetVscale(void);void initVscale(int);void initVscale_Pointer(void);void load_scaling_ucode(int);#ifdef PLAY20int  rescale_still(void);#endif	/* PLAY20 */ #endif	/* _VSCALE_H_ */#endif	/* VSCALE */

⌨️ 快捷键说明

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