代码搜索结果
找到约 10,000 项符合
Video 的代码
demux_roq.c
/*
RoQ file demuxer for the MPlayer program
by Mike Melanson
based on Dr. Tim Ferguson's RoQ document found at:
http://www.csse.monash.edu.au/~timf/videocodec.html
*/
#include
i2c_av_config.v
module I2C_AV_Config ( // Host Side
iCLK,
iRST_N,
// I2C Side
I2C_SCLK,
I2C_SDAT );
// Host Side
input iCLK;
input iRST_N;
// I2C Side
output I2C_SCLK;
inou
system_lib.h
#ifndef _PYOS_SYSTEM_LIB_
#define _PYOS_SYSTEM_LIB_
/* 系统显示输出库 */
/* 由于是系统调用库,所以它们的实际代码只有一份,因此不能被链接到其余进程里面 */
/* 因此,只有系统调用函数才有必要做为public,而其余的函数都是由系统调用函数调用的 */
class class_pyos_SystemLib_Video{
borland.mak
#@A (C) 1992 Allen I. Holub
# ----------------------------------------------------------------------
# Makefile to make termlib.lib using Borland C++ and Borland's make.
#
# These routines mani
vout_sys.h
/*****************************************************************************
* video_sys.h: system dependant video output display method API
*******************************************************
v4l2uvc.h
/*******************************************************************************
# uvcview: Sdl video Usb Video Class grabber . #
#This package work with the Logitech U
utils.c
/*******************************************************************************
# uvcview: Sdl video Usb Video Class grabber . #
#This package work with the Logitech U
v4l2uvc.c
/*******************************************************************************
# uvcview: Sdl video Usb Video Class grabber . #
#This package work with the Logitech U
utils.h
/*******************************************************************************
# uvcview: Sdl video Usb Video Class grabber . #
#This package work with the Logitech U
deinterlace.c
/*****************************************************************************
* video filter: video filter doing chroma conversion and resizing
* using the ffmpeg library
***********