代码搜索:Video Codec
找到约 10,000 项符合「Video Codec」的源代码
代码结果 10,000
www.eeworm.com/read/170223/9814369
c video.c
/*
* video.c --
*
* This file contains C code that implements the video decoder model.
*
*/
/*
* Copyright (c) 1995 The Regents of the University of California.
* All rights reserved.
www.eeworm.com/read/168569/9907355
cpp video.cpp
#include "video.h"
bool supportCompression = false;
bool supportMultiTex = false;
bool supportVBO = false;
bool supportDrawRangeElements = false;
//bool supportAntiAlias = false;
//int arb
www.eeworm.com/read/168569/9907383
h video.h
#ifndef VIDEO_H
#define VIDEO_H
#include "util.h"
#ifdef _WIN32
#include "wglext.h" //WGL extensions
#include "glext.h" //GL extensions
// non-vbo
extern PFNGLDRAWRANGEELEMENTSPROC g
www.eeworm.com/read/168308/9922602
gif video.gif
www.eeworm.com/read/168298/9923207
paf video.paf
www.eeworm.com/read/168298/9923218
pjt video.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\Work\ICETEK-DM642-PCI\Lab\Lab523-VideoMedianFilter\"
ProjectType=Executable
CPUFam
www.eeworm.com/read/168298/9923226
cmd video.cmd
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/168298/9923235
c video.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/168294/9923286
paf video.paf
www.eeworm.com/read/168294/9923298
pjt video.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\Work\ICETEK-DM642-PCI\Lab\Lab522-VideoHistogramEnhance\"
ProjectType=Executable
CP