专注于音视频处理及流媒体开发!

罗索

  • [音视频播放] YUV420格式中YUV分量的排列顺序 日期:2012-03-23 10:16:36 点击:2080 好评:5

    以640x480_420.yuv为例,正确的存储格式为一大片Y,跟着一大片U,最后是一大片V...

  • [音视频播放] opengles ftgl demo 日期:2012-03-15 09:35:59 点击:860 好评:0

    编译器的搜索路径中必须包括 FTGL freetype两个文件夹,而且附加库中也要有ftgl和freetype两个库才行,工程属性中添加ftgl_dynamic_MTD_d.lib(Debug版本)或者ftgl_dynamic_MTD.lib(Release版本) ...

  • [音视频播放] opengl es 之ftgl freetype 日期:2012-03-15 09:26:31 点击:1446 好评:0

    参考nehe43教程...

  • [音视频播放] OpenGL中位图的操作(glReadPixels,glDrawPixels和glCopyPixels 日期:2012-03-14 10:59:13 点击:1210 好评:0

    介绍了像素处理的一些简单应用,但相信大家已经可以体会到,围绕这三个像素处理函数,还存在一些“外围”函数,比如glPixelStore*,glRasterPos*,以及glPixelZoom等。我们仅使用了这些函数的一少部分功能。...

  • [音视频播放] OpenGL中位图的操作(glReadPixels,glDrawPixels和glCopyPixels 日期:2012-03-14 10:56:10 点击:742 好评:2

    OpenGL中位图的操作(glReadPixels,glDrawPixels和glCopyPixels应用举例)3:glDrawPixels、glCopyPixels的用法和举例...

  • [音视频播放] OpenGL中位图的操作(glReadPixels,glDrawPixels和glCopyPixels 日期:2012-03-14 10:53:35 点击:1453 好评:2

    OpenGL中位图的操作(glReadPixels,glDrawPixels和glCopyPixels应用举例)2:glReadPixels的用法和举例...

  • [音视频播放] OpenGL中位图的操作(glReadPixels,glDrawPixels和glCopyPixels 日期:2012-03-14 10:45:13 点击:524 好评:0

    BMP文件是一种像素文件,它保存了一幅图象中所有的像素。这种文件格式可以保存单色位图、16色或256色索引模式像素图、24位真彩色图象,每种模式种单一像素的大小分别为1/8字节,1/2字节,1字节和3字节。...

  • [音视频播放] OPENGL-ES 三角形 日期:2012-03-14 10:22:55 点击:457 好评:0

    #include PVRShell.h #include PVRShellAPI.h class CLesson2: public PVRShell { public : virtual bool InitApplication(); virtual bool InitView(); virtual bool ReleaseView(); virtual bool QuitApplication(); virtual bool RenderScene(); protected : privat...

  • [音视频播放] opengl-es 画圆 日期:2012-03-14 10:20:51 点击:898 好评:6

    #include PVRShell.h #include PVRShellAPI.h #include math.h class CLesson2: public PVRShell { float DegToRad( float deg); public : virtual bool InitApplication(); virtual bool InitView(); virtual bool ReleaseView(); virtual bool QuitApplication(); vi...

  • [音视频播放] opengl-es 画球 日期:2012-03-13 11:37:34 点击:754 好评:0

    #include PVRShell.h #include PVRShellAPI.h #include math.h #define PI_ 3 . 14159265358979323846 class CLesson2: public PVRShell { float DegToRad( float deg); public : virtual bool InitApplication(); virtual bool InitView(); virtual bool ReleaseView(...

栏目列表
推荐内容
织梦二维码生成器