⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 video_osd.h

📁 davinci lab video playback play video file
💻 H
字号:
/* * video_output.h *//* SUCCESS and FAILURE definitions for video display functions */#define VOSD_SUCCESS 0#define VOSD_FAILURE -1/*  Function prototypes */int video_osd_setup(int *osdFdByRef, int *attrFdByRef, char *osdDevice, 			char *attrDevice, unsigned char trans, 			unsigned short **osdDisplayByRef, 			unsigned short **attrDisplayByRef);int video_osd_place(unsigned short *osdDisplay, unsigned short *attrDisplay, 		unsigned short *picture, unsigned char trans,		int x_offset, int y_offset, int x_picsize, int y_picsize);int video_osd_cleanup(int osdFd, int attrFd, unsigned short *osdDisplay, 			unsigned short *attrDisplay);int video_osd_scroll(unsigned short *osdDisplay, unsigned short *attrDisplay, 		unsigned short *picture,		int x_offset, int y_offset, int x_picsize, int y_picsize,		int x_scroll, int y_scroll);int video_osd_circframe(unsigned short *osdDisplay, 		unsigned short *attrDisplay, unsigned short fillval, 		unsigned char trans);

⌨️ 快捷键说明

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