代码搜索结果
找到约 20,731 项符合
Video 的代码
modules.am
SOURCES_ffmpeg = \
ffmpeg.c \
ffmpeg.h \
video.c \
audio.c \
chroma.c \
encoder.c \
postprocess.c \
demux.c \
$(NULL)
ffmpeg.c
/*****************************************************************************
* ffmpeg.c: video decoder using ffmpeg library
************************************************************************
video.c
/*****************************************************************************
* video.c: video decoder using the ffmpeg library
*********************************************************************
vidaccess.hh
/********************************************************************************
tests/vidaccess.hh
purpose:
Dumps video access units of first video stream.
notes:
to do:
author(s):
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"
.sp
\fBc
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#include "S
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.h \
SD
makefile.am
## Makefile.am for SDL using the PicoGUI video driver
noinst_LTLIBRARIES = libvideo_picogui.la
libvideo_picogui_la_SOURCES = $(PICOGUI_SRCS)
# The SDL PicoGUI video driver sources
PICOGUI_SRCS =
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
QUARTZ