代码搜索结果
找到约 10,000 项符合
Video 的代码
appmain.h
#ifndef _APP_MAIN_H
#define _APP_MAIN_H
#include
#include
#include
#if _NTSC
#define VIDEO_FORMAT NTSC
#define VIDEO_RES RES_NTSC_FULL
#define FRM_WIDTH
i2c_av_config.v
module I2C_AV_Config ( // Host Side
iCLK,
iRST_N,
// I2C Side
I2C_SCLK,
I2C_SDAT );
// Host Side
input iCLK;
input iRST_N;
// I2C Side
output I2C_SCLK;
inou
15-2.c
#include
int main()
{
SDL_Surface *screen;
Uint32 color;
if ( SDL_Init( SDL_INIT_VIDEO) < 0 ) {
fprintf(stderr, "无法初始化SDL: %s\n", SDL_GetError());
exit(1);
15-2.c
#include
int main()
{
SDL_Surface *screen;
Uint32 color;
if ( SDL_Init( SDL_INIT_VIDEO) < 0 ) {
fprintf(stderr, "无法初始化SDL: %s\n", SDL_GetError());
exit(1);
pal_loopback_vp2.lkv
-z -q -c -m"./PAL_LOOPBACK_VP2/video_pal.map" -o"./PAL_LOOPBACK_VP2/video_pal.out" -x -i"D:/vdp_temp/vp2/VP_loopback/../" -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i
pal_loopback_vp2.lkf
-z -q -c -m"./PAL_LOOPBACK_VP2/video_pal.map" -o"./PAL_LOOPBACK_VP2/video_pal.out" -x -i"D:/vdp_temp/vp2/VP_loopback/../" -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i
passport.txt
/L20"Passport" Line Comment = // Block Comment On = {* Block Comment Off = *} String Chars = " File Extensions = pd opn ovl blk scn pl pro men tmp
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , .?
/C1
;
appmain.h
#ifndef _APP_MAIN_H
#define _APP_MAIN_H
#include
#include
#include
#if _NTSC
#define VIDEO_FORMAT NTSC
#define VIDEO_RES RES_NTSC_FULL
#define FRM_WIDTH
cam2fb.c
/*
* CAMIF test
*
* bushi@mizi.com
*
* $Id: cam2fb.c,v 1.1.1.1 2004/01/20 10:29:10 laputa Exp $
*
*/
#include
#include
#include
#include
#include
main.c
#include "main.h"
// set up DMA descriptors (one for each frame, then repeat)
// small descriptor model, only start address needs to be fetched
tDMA_descriptor DMA_PPI0_first = {&DMA_PPI