代码搜索结果
找到约 10,000 项符合
Video 的代码
video.h
/*
* video.h
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and c
video.c
/*
* video.c
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and c
video.c~
/*
* video.c
*
* ============================================================================
* Copyright (c) Texas Instruments Inc 2005
*
* Use of this software is controlled by the terms and c
video.cpp
#include "video_header.h"
int main( int argc, char** argv )
{
IplImage* pFrame = NULL;
IplImage* pGrey = NULL;
CvCapture* pCapture = NULL;
IplImage* dstimage=NULL;
//直方图参数定义
Ipl
video.h
#ifndef __video_h__
#define __video_h__
//extern void Yc_Process(unsigned char,unsigned char,unsigned char);
#endif
video.c
#include
#include
void Yc_Process(uchar data1,uchar data2,uchar data3)
{
uchar p[3];
p[0]=data1;
p[1]=data2;
p[2]=data3;
I2c_SendMData(0xB4,p,3);
}
video.h
#ifndef __PMFPLAYERVIDEO_H__
#define __PMFPLAYERVIDEO_H__
#include
#include "libmpeg/pspmpeg.h"
#include
#define PIXEL_SIZE 4
#define SCREEN_W