代码搜索结果
找到约 10,000 项符合
Video 的代码
vgacore_multi.vhd
------------------------------------------------------------------
-- Copyright (c) 1995-2004 Xilinx, Inc.
-- All Right Reserved.
----------------------------------------------------------------
ex15.c
/*
Example program for the NEO SDK, by Dong Kai.
http://neosdk.91i.net
ckerhome@yahoo.com.cn
这个程序演示了自带矩形裁剪输出的位图显示函数
bmp_masked_blit()制造的动画效果。bmp_masked_blit()
是专门为游戏中精灵显示
carbornmain.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = audio.h \
audio_conf.h \
can.h \
can_conf.h \
can_reader.h \
carborn_form.h \
carborn_form.ui.h \
cmd_config.h \
capture.c
/*
* V4L2 video capture example
*
* This program can be used and distributed without restrictions.
*/
#include
#include
#include
#include
#include
yuv420p_rgb32.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 5
set files_name_ext=rgb3
yuv420p_rgb24.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 6
set files_name_ext=rgb2
yuv420p_rgb565.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 7
set files_name_ext=rgb5
yuv420p_rgb555.bat
@echo off
rem MPV_CSP_RGB32 = 5 , /* RGB ( R G B ) */
rem MPV_CSP_RGB24 = 6 ,
rem MPV_CSP_RGB565 = 7 ,
rem MPV_CSP_RGB555 = 8
set video_param0=-colorspace 8
set files_name_ext=rgb5
h265p_v9_enc.bat
@echo off
rem DVP_FId = DVP_FId_H265P_V9_Compression ( include ..\..\x86_dvp\source\dvp_demo.h )
set DVP_FId=33
call H265P_Video_encode.bat
@echo off
pause
h265p_v0_enc.bat
@echo off
rem DVP_FId = DVP_FId_H265P_V0_Compression ( include ..\..\x86_dvp\source\dvp_demo.h )
set DVP_FId=30
call H265P_Video_encode.bat
@echo off
pause