代码搜索结果

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

video.cpp

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

video.h

#ifndef __VIDEO_H_ #define __VIDEO_H_ #include "bitparser.h" class CMpegVideo : public CBitParser { public: CMpegVideo(MemManager *pMemManager); virtual ~CMpegVideo(); virtual int P

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.h

#ifndef _VIDEO_H #define _VIDEO_H class VideoMemory { unsigned short* m_VideoMemory; int m_Row; int m_Col; public: VideoMemory(); void init_video();

video.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================

video.c

/* * (C) Copyright 2002 * Hyperion Entertainment, Hans-JoergF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free soft

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.c

/**************************************************************************** * * SciTech OS Portability Manager Library * * ========================================================

video.c

/* * (C) Copyright 2002 * Hyperion Entertainment, Hans-JoergF@hyperion-entertainment.com * * See file CREDITS for list of people who contributed to this * project. * * This program is free soft