代码搜索结果
找到约 10,000 项符合
Video 的代码
vga.v
module vga(
rst,
clk,
hs,
vs,
g,
b,
r
);
input rst;
input clk;
output hs;
output vs;
inout [1:0] g;
inout [1:0]
vga.v.bak
module vga(
rst,
clk,
hs,
vs,
g,
b,
r
);
input rst;
input clk;
output hs;
output vs;
inout [1:0] g;
inout [1:0]
15-4.c
#inlcude
// 请在这里写入ShowBMP()函数的代码
void main()
{
SDL_Surface *screen;
if ( SDL_Init( SDL_INIT_VIDEO) < 0 ) {
fprintf(stderr, "无法初始化SDL: %s\n", SDL_GetError());
e
readme.txt
IP Video Phone VP口的测试程序,包括单显:VP1 7104 VGA显示、VP1 7104复合视频显示,
图像自环:VP0 5150~VP1 7104、VP2 5150~VP1 7104。
sdl_bgrab.h
/*
SDL_bgrab - SDL based Threaded v4l Video Grabber
LGPL (c) A. Schiffler
*/
#ifndef _SDL_vnc_h
#define _SDL_vnc_h
#include
/* Set up for C function definitions, even when using C++ *
mpegts.h
/*
* MPEG2 transport stream defines
* Copyright (c) 2003 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General P
struct-v4l.c
#include
#include
#include
#include
#include "struct-dump.h"
#include "struct-v4l.h"
/* -----------------------------------------------------
changes_rm52j.txt
rm52j版本修改处:
1. picture_distance的计算
编码端:将picture_distance的计算移至init_frame()中;
解码端:int calculate_distance(int blkref, int fw_bw ) in macroblock.c
将用于计算DistanceIndex 和 BlockDistance
15-4.c
#inlcude
// 请在这里写入ShowBMP()函数的代码
void main()
{
SDL_Surface *screen;
if ( SDL_Init( SDL_INIT_VIDEO) < 0 ) {
fprintf(stderr, "无法初始化SDL: %s\n", SDL_GetError());
e
mpeg4esvideortpsink.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio