代码搜索结果
找到约 10,000 项符合
Video 的代码
video.c
#include //DSP/BIOS head file
#include
#include
#include
#include
//#include
#include //CSL head file
#include
video.h
/*
* Copyright (c) 1995 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purp
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.
video.cpp
#include "video.h"
bool supportCompression = false;
bool supportMultiTex = false;
bool supportVBO = false;
bool supportDrawRangeElements = false;
//bool supportAntiAlias = false;
//int arb
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
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
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
*