代码搜索结果

找到约 20,731 项符合 Video 的代码

video.h

/* * video.h * * Video interface class. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public

video.h

/* * video.h * * Video class. * * Portable Windows Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License

video.cpp

/***********************************************************************/ /* video.cpp : * REALmagic Quasar Hardware Library * Created by Kevin Vo * Copyright 2000 Sigma Designs Inc. * 355 F

video.cpp

#define uchar unsigned char #define uint unsigned int #define ushort unsigned short #define ulong unsigned long #include "video.h" void* memset(void* _b,ushort _v,int _n) { __as

video.cpp

#include "video.h" #include #include const int W = 256; const int H = 256; inline unsigned char sat(int c) { return( (c & ~255)? (c

video.h

#ifndef VIDEO_H #define VIDEO_H #include class QImage; class video: public QWidget { private: QImage *pRGB; int y, u, v; void fill_yuv(); public: video(); ~video() {} protected:

video.s

/* video.S * * Display adapter & video mode setup, version 2.13 (14-May-99) * * Copyright (C) 1995 -- 1998 Martin Mares * Based on the original setup.S code (C) Linus Torvalds and Mat

video.h

/***************************************************************************** * Product: Direct Video (VGA) screen output * Version: 3.0 * Updated: Jan 08, 2005 * * Copyright (C) 2002-2005 Quantum

video.h

/***************************************************************************** * Product: Direct Video (VGA) screen output * Version: 3.0 * Updated: Jan 08, 2005 * * Copyright (C) 2002-2005 Quantum

video.h

/* ** MPC823 Video Controller ** ======================= ** (C) 2000 by Paolo Scaffardi (arsenio@tin.it) ** AIRVENT SAM s.p.a - RIMINI(ITALY) ** */ #ifndef _VIDEO_H_ #define _VIDEO_H_ /* Video funct