Welcome![Sign In][Sign Up]
Location:
Search - YUV420

Search list

[SourceCode实现YUV420转UYVY

Description: 实现YUV420转UYVY
Platform: | Size: 442693 | Author: luoshibin2010@163.com | Hits:

[2D Graphicyuv2rgbCode

Description: 降YUV420格式转换为RGB24/32格式 的程序代码-drop YUV420 RGB24/32 format conversion to the format code
Platform: | Size: 44032 | Author: afax | Hits:

[Multimedia Developreply_1_174360

Description: 此程序是用VC实现在屏幕中显示YUV420格式的图象!-with VC on the screen showed the image format YUV420!
Platform: | Size: 104448 | Author: 小月 | Hits:

[2D Graphic800131-rgb2yuv420

Description: rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
Platform: | Size: 1024 | Author: 张海滨 | Hits:

[Multimedia DevelopMyRGB2YUV

Description: 这是本人写的一个把BMP转成YUV420的小程序,YUV的播放还没作完,不过方法很简单-This is the one I was put into YUV420 BMP turn the small program, YUV No player for the End, but is very simple
Platform: | Size: 30720 | Author: 陈中 | Hits:

[Multimedia DevelopME_NEW

Description: YUV420显示的源代码, 默认为CIF格式显示, 还在一扩展功能.-YUV420 show the source code, the default format for the CIF, is an expansion.
Platform: | Size: 103424 | Author: 大撒大 | Hits:

[Special Effectsyuv2rgb-Nov14new

Description: 用汇编写成yuv420 to rgb565程序,优化程度很高-used to compile written yuv420 rgb565 procedures, the high level of optimization
Platform: | Size: 79872 | Author: 朱兰兰 | Hits:

[Special Effectsyuv_chip

Description: 把YUV,CIF,YUV420格式的视频图像分解成单个图像文件-put YUV, CIF, YUV420 format video image is decomposed into a single image file
Platform: | Size: 372736 | Author: 徐院长 | Hits:

[Special EffectsYUV422to420Convert

Description: 自己编写的YUV422到YUV420的图象格式转换函数代码-themselves prepared to YUV420 YUV422 image format conversion function code
Platform: | Size: 1024 | Author: 李宾 | Hits:

[Special Effectsdirac-0.5.0.tar

Description: 各种 yuv422 yuv420 yuv411 等合适到 rgb 之间的转换以及 rgb 到bmp bmp到 rgb 之间的转换. -Yuv422 yuv420 yuv411 such as a variety of appropriate conversion between the rgb and rgb to bmp bmp to rgb conversion between.
Platform: | Size: 638976 | Author: mysticboy | Hits:

[Windows CECameraDriver2440

Description: WINCE5.0系统下,OV9650 CAMERA驱动程序,本程序可以实现单张抓图,输出YUV420格式数据-WINCE5.0 system, OV9650 CAMERA driver, this procedure can be achieved leaflet capture, output YUV420 format data
Platform: | Size: 66560 | Author: softgenius | Hits:

[Special EffectsYUV2RGB_64

Description: 在Dsp64xx上实现YUV420图像格式转RGB24格式,通过查表实现,速度快。-Dsp64xx achieved in the YUV420 image format to RGB24 format, through the look-up table to achieve speed.
Platform: | Size: 210944 | Author: 长沙 | Hits:

[File FormatYUV4202UYVY

Description: 具体描述视频格式中的YUV420到UYVY转换的方法与算法实现-Specific description of the YUV420 video formats to UYVY conversion methods and algorithms to achieve
Platform: | Size: 35840 | Author: joucan | Hits:

[assembly languageRGB2YUV

Description: 采用intel奔腾2以后处理器支持的mmx指令集,宽位处理,将一张BMP图像转换成YUV420,大大提高i在pc上的运行速度。-2 after the use of intel Pentium processor support mmx instruction set, wide-bit processing, will be converted into a BMP image YUV420, greatly increased in the pc on i running speed.
Platform: | Size: 2048 | Author: bestfighter_210 | Hits:

[Multimedia Developyuv420Toargb32.zip

Description: yuv420(yuv12) to ARGB32,yuv420(yuv12) to ARGB32
Platform: | Size: 11264 | Author: 小誠 | Hits:

[Multimedia Developyuv420ToArgb_MMX(2.0)

Description: yuv420(yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by Jesse stone 100% work-yuv420 (yuv12) to ARGB using MMX assembly with VC and test successfully in direct draw ARGB mode by Jesse stone 100 work
Platform: | Size: 12288 | Author: fatalfeel | Hits:

[GDI-Bitmaprgb2yuv420

Description: 可将一组BMP图像转换为一个yuv420序列,已编译通过-One group can be converted to a BMP image YUV420 sequence, has been compiled through
Platform: | Size: 1827840 | Author: sunjing | Hits:

[GDI-Bitmapyuv_bmp

Description: 自己优化的一个yuv420转bmp文件(rgb24)文件的一个小工具,做视频处理的同仁可能用的到.-Optimization of a YUV420 own bmp file transfer (rgb24) document a small tool to do the deal with video may be used to Tongren.
Platform: | Size: 12288 | Author: xuchangliang | Hits:

[Special Effectsrotate

Description: 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出-Yuv images of 90 ° clockwise rotation of the code, one can only rotate a component, for example, for YUV420 images, using rotate (m_image_w, m_image_h, y, NULL) rotate (m_image_w/2, m_image_h/2, u, NULL) rotate (m_image_w/2, m_image_h/2, v, NULL) if dstdata for NULL, which you will enter the program as output srcdata
Platform: | Size: 1024 | Author: 陈航 | Hits:

[Special EffectsUYVY_T0_YUV420

Description: 很好地将视频YUV的UYVY格式转换为YUV420格式。-Good will of the UYVY format YUV video is converted to YUV420 format.
Platform: | Size: 12288 | Author: yang.icelus | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net