代码搜索:Video
找到约 10,000 项符合「Video」的源代码
代码结果 10,000
www.eeworm.com/read/476888/6753846
m avermatrix.m
function FRGB=avermatrix(video,e)
[m,n,s]=size(video.frames(1).cdata);
q=zeros(m,n);
fR=q;
fG=q;
fB=q;
for t=1:e
fR=double(video.frames(t).cdata(:,:,1))+fR;
fG=double(video.frame
www.eeworm.com/read/264419/11315802
kconfig
#
# Multimedia Video device configuration
#
menu "Video For Linux"
depends on VIDEO_DEV
comment "Video Adapters"
config VIDEO_BT848
tristate "BT848 Video For Linux"
depends on VIDEO_DEV && PCI &
www.eeworm.com/read/409572/11318905
c 2-1.c
/*2-1.C*/
#include
#include
#include
#define VIDEO 0x10
void movetoxy(int x,int y)
{
union REGS regs;
regs.h.ah=2;
regs.h.dh=y;
regs.h.dl=x;
regs.h.bh=0;
www.eeworm.com/read/263071/11377546
inf seedd1drv.inf
;
; Filename SeedD1Drv.inf
; Function INF file for SEED-6X series avstream device install based on pci interface
; Copyright 2005, Beijing Special Electronic Equipment & Device Company
; Designer
www.eeworm.com/read/408584/11381835
2 script.2
Script started on Sat Jul 12 15:51:28 1997
kohala % ./mysdr
From 140.247.157.193.1047
v=0
o=karp 3077576976 3077577964 IN IP4 140.247.157.193
s=Harvard's Aiken Computation Lab DEMOLITION
i=Live b
www.eeworm.com/read/406901/11433036
txt vgabios.txt
----------1000-------------------------------
INT 10 - VIDEO - SET VIDEO MODE
AH = 00h
AL = mode (see below)
Return: AL = video mode flag (Phoenix BIOS)
20h mode > 7
www.eeworm.com/read/406901/11433040
txt clock.txt
Clock Circuits
Early boards used discrete clock crystals since there typically were only 2-4,
but as newer boards can require more than a dozen frequencies, an integrated
clock circuit is often u
www.eeworm.com/read/406311/11444826
kconfig
#
# Multimedia Video device configuration
#
menu "Video For Linux"
depends on VIDEO_DEV
comment "Video Adapters"
config VIDEO_BT848
tristate "BT848 Video For Linux"
depends on VIDEO_DEV && PCI &
www.eeworm.com/read/406072/11450114
idl msvidctl.idl
// MSVidCtl.idl : IDL source for MSVidCtl.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (MSVidCtl.tlb) and marshalling code.
// Copyright (c) Microsof
www.eeworm.com/read/404805/11477844
c virgefb.c
/*
* linux/drivers/video/virgefb.c -- CyberVision64/3D frame buffer device
*
* Copyright (C) 1997 Andr