代码搜索结果
找到约 20,731 项符合
Video 的代码
makefile.am
## Makefile.am for the null video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_null.la
libvideo_null_la_SOURCES = $(NULL_SRCS)
# The SDL null video driver
makefile.am
## Makefile.am for MiniGUI using the framebuffer console video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SR
makefile.am
## Makefile.am for MiniGUI using the Qt virtual framebuffer video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_qvfb.la
libvideo_qvfb_la_SOURCES = $(QVFB_SR
makefile.am
## Makefile.am for the null video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_null.la
libvideo_null_la_SOURCES = $(NULL_SRCS)
# The SDL null video driver
makefile.am
## Makefile.am for the null video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_ecoslcd.la
libvideo_ecoslcd_la_SOURCES = $(ECOSLCD_SRCS)
# The SDL ecos lcd
makefile.am
## Makefile.am for MiniGUI using the framebuffer console video driver
INCLUDES=-I../../../include -I../../include -I../
noinst_LTLIBRARIES = libvideo_fbcon.la
libvideo_fbcon_la_SOURCES = $(FBCON_SR
video.c
/*
* (C) Copyright 2000
* Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
* (C) Copyright 2002
* Wolfgang Denk, wd@denx.de
*
* See file CREDITS for list of people who contribu
happy_cards
What I had to do to make cards happy:
1. Tseng ET4000 W32P
This card wants to call the original system BIOS video routines.
It sets the int 0x42 vector to F000:F065, the entry point to the
system bio
aa.c
/*****************************************************************************
* vout_aa.c: Aa video output display method for testing purposes
******************************************************
caca.c
/*****************************************************************************
* caca.c: Color ASCII Art video output plugin using libcaca
***********************************************************