代码搜索结果
找到约 10,000 项符合
Video 的代码
video.c
/* VIDEO.C VIDEO.C VIDEO.C VIDEO.C VIDEO.C
VIDEO OUTPUT ROUTINES X X XXX XXXX XXXXX XXX
X X X X X X X X
July 1, 1987
video.cpp
#include "StdAfx.h"
#include "video.h"
CVideo::CVideo(void)
{
m_bIsPlay = false;
m_pGraph = NULL;
m_pMediaControl = NULL;
m_pEvent = NULL;
m_pVW = NULL;
}
CVideo::~CVide
video.h
// Icer Game Engine v1.0
// Http://www.ngame2000.com
//
//Author:杨冰(源代码之光)
// E-mail: iceryeah2000@163.com
// QQ : 7746642
//
//Module:AVI播放类
//
//Create:2003-4-21
//Updata:2003-4
video.c
/* camserv - An internet streaming picture application
*
* Copyright (C) 1999-2002 Jon Travis (jtravis@p00p.org)
*
* This program is free software; you can redistribute it and/or modify
* it
video.h
#ifndef VIDEO_DOT_H
#define VIDEO_DOT_H
#include "modinfo.h"
#include "camconfig.h"
#define VIDCONFIG_PREFIX ""
#define VIDCONFIG_PATH ( VIDCONFIG_PREFIX "path" )
#define VIDCONFIG_WIDTH
video.h
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
video.c
/*
GazOS Operating System
Copyright (C) 1999 Gareth Owen
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
video.cpp
#include "video.h"
/***********************************
** 显卡输出的高层库,被连入应用程序,
** 但内部调用系统调用进行实现
** 谢煜波
** xieyubo@126.com
************************************/
/* 初始化视屏 */
void class_pyos_V