video_def.h
来自「嵌入式linux系统下hi3510平台的osd开发源码」· C头文件 代码 · 共 27 行
H
27 行
/*
* include/video_def.h for Linux .
*
* This file defines video_def micro-definitions for user.
* History:
* 10-April-2006 create this file
*/
#ifndef _VIDEO_DEF_H
#define _VIDEO_DEF_H
#define VIDEO_MODE_CCIR656 0
#define VIDEO_MODE_CCIR601 1
#define VIDEO_MODE_LCD 2
#define VIDEO_NORM_PAL 0
#define VIDEO_NORM_NTSC 1
#define VIDEO_NORM_SUPPORT 2
#define VIDEO_MODE_SECAM 2
#define VIDEO_MODE_AUTO 3
#define VIDEO_MODE_MASTER 1
#define VIDEO_MODE_SLAVER 0
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?