代码搜索结果

找到约 20,731 项符合 Video 的代码

ffmpeg.c

/***************************************************************************** * ffmpeg.c: video decoder using ffmpeg library ************************************************************************

x264.c

/***************************************************************************** * x264.c: h264 video encoder ***************************************************************************** * Copyright

video.s

/* video.S * * Display adapter & video mode setup, version 2.13 (14-May-99) * * Copyright (C) 1995 -- 1998 Martin Mares * Based on the original setup.S code (C) Linus Torvalds and Mat

config.in

# # Multimedia Video device configuration # mainmenu_option next_comment comment 'Video For Linux' bool ' V4L information in proc filesystem' CONFIG_VIDEO_PROC_FS dep_tristate ' I2C on parallel por

rivafb.h

#ifndef __RIVAFB_H #define __RIVAFB_H #include #include #include #include #include #include

sdl_videodrivername.3

.TH "SDL_VideoDriverName" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_VideoDriverName\- Obtain the name of the video driver .SH "SYNOPSIS" .PP \fB#include "SDL\&.h" .s

sdl_setvideomode.3

.TH "SDL_SetVideoMode" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_SetVideoMode\- Set up a video mode with the specified width, height and bits-per-pixel\&. .SH "SYNOPSIS

sdl_getvideoinfo.3

.TH "SDL_GetVideoInfo" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" .SH "NAME" SDL_GetVideoInfo\- returns a pointer to information about the video hardware .SH "SYNOPSIS" .PP \fB#inclu

makefile.am

## Makefile.am for SDL using the AAlib video driver noinst_LTLIBRARIES = libvideo_aa.la libvideo_aa_la_SOURCES = $(AA_SRCS) # The SDL AAlib video driver sources AA_SRCS = \ SDL_aavideo.

makefile.am

## Makefile.am for SDL using the MacOS X Quartz video driver noinst_LTLIBRARIES = libvideo_quartz.la libvideo_quartz_la_SOURCES = $(QUARTZ_SRCS) # The SDL MacOS X Quartz video driver sources