代码搜索结果

找到约 10,000 项符合 Video 的代码

realtimemic.m

function realTimeMic(duration, nBlocks, useVideo) % % function realTimeMic(duration, nBlocks, useVideo) % % This function records: % - audio data from soundcard's input and % - video data

vportdis.h

#include #include #include #include ///////////////////////////////////////////////////////////// // the following lines are from appnote_mt91001->vp

graphics.h

#ifndef _GRAPHICS_H #define _GRAPHICS_H void DrawHorLine(int video, int x1, int x2, int y); void DrawVerLine(int video, int x, int y1, int y2); void DrawRect(int video, int x1, int x2, int y1, i

graphics.cpp

#include "graphics.h" #include "mydefs.h" #include short line_clr; void DrawHorLine(int video, int x1, int x2, int y) { int i; int offset = y*1600 + min(x1, x2)*2; i

graphics.cpp.bak

#include "graphics.h" #include "mydefs.h" #include short line_clr; void DrawHorLine(int video, int x1, int x2, int y) { int i; int offset = y*1600 + min(x1, x2)*2; i

graphics.h.bak

#ifndef _GRAPHICS_H #define _GRAPHICS_H void DrawHorLine(int video, int x1, int x2, int y); void DrawVerLine(int video, int x, int y1, int y2); void DrawRect(int video, int x1, int x2, int y1, i

textout.h

#ifndef _TEXTOUT_H #define _TEXTOUT_H #define RGB(red, green, blue) ((int)(red&0xf8)

mime.c

/* * mime.c -- Web server mime types * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements

mime_types.txt

# mime_types.txt # # A list of file extensions followed by the corresponding MIME type. # Extensions not found in the table are returned as text/plain. a application/octet-stream aab application/x-au