代码搜索:Video
找到约 10,000 项符合「Video」的源代码
代码结果 10,000
www.eeworm.com/read/136571/5870645
h video_util_rgb.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/136571/5870651
h video_util_resize.h
/*
* Filtered Image Rescaling by Dale Schumacher
*/
#ifndef _SCALEIMAGE_H_
#define _SCALEIMAGE_H_
#include
/* This type represents one pixel */
typedef unsigned char pixel_t;
www.eeworm.com/read/136571/5870652
cpp video_sdl_preview.cpp
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/136571/5870653
cpp video_util_resize.cpp
/*
* Filtered Image Rescaling
*
Additional changes by Ray Gardener, Daylon Graphics Ltd.
December 4, 1999
Summary:
- Horizontal filter contributions are calculated on the fly,
www.eeworm.com/read/136571/5870659
cpp video_util_rgb.cpp
/**************************************************************************
* *
* This code is developed by Adam Li. This
www.eeworm.com/read/136571/5870666
cpp video_util_tv.cpp
#include "video_util_tv.h"
/* --------------------------------------------------------------------- */
/* US broadcast */
static struct CHANNEL ntsc_bcast[] = {
{ "2", 55250 },
{ "
www.eeworm.com/read/136571/5870672
h video_util_tv.h
#ifndef __VIDEO_UTIL_TV__
#define __VIDEO_UTIL_TV__
/*
* Worldwide channel/frequency list
*
* Nathan Laredo (laredo@broked.net)
*
* Frequencies are given in kHz
*/
#define NTSC_AUDIO
www.eeworm.com/read/136571/5870673
h video_sdl_preview.h
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o