代码搜索:Video Codec

找到约 10,000 项符合「Video Codec」的源代码

代码结果 10,000
www.eeworm.com/read/192559/5154071

h video.h

// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. #define VESAMODE480x200x256 0x101 /* VESA Mode 101 - 480x200x256 emulated in 640x480 */ #define VESAMODE640x480x256
www.eeworm.com/read/192559/5154085

c video.c

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/192559/5154633

h video.h

// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. #define VESAMODE480x200x256 0x101 /* VESA Mode 101 - 480x200x256 emulated in 640x480 */ #define VESAMODE640x480x256
www.eeworm.com/read/192559/5154647

c video.c

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/191602/5164848

h 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
www.eeworm.com/read/191602/5164888

h 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
www.eeworm.com/read/191602/5164956

h 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
www.eeworm.com/read/191400/5166539

cpp video.cpp

/***********************************************************************/ /* video.cpp : * REALmagic Quasar Hardware Library * Created by Kevin Vo * Copyright 2000 Sigma Designs Inc. * 355 F
www.eeworm.com/read/191400/5166544

h video.h

#ifndef __VIDEO_H_ #define __VIDEO_H_ #include "bitparser.h" class CMpegVideo : public CBitParser { public: CMpegVideo(MemManager *pMemManager); virtual ~CMpegVideo(); virtual int P
www.eeworm.com/read/189477/5192622

cpp 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