
media
文章平均质量分 69
Damon_X
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
note on video driver
In Linux, there is two parts for the video driver, the kernel part and the X server part.Let's identify your hardware first. By typinglspci | grep VGAin a terminal, you should see a line with you graphic card description (even if not configured at all)..原创 2021-05-27 16:28:06 · 255 阅读 · 0 评论 -
H.264 Profile、Level、Encoder三张简图
H.264有四种画质级别,分别是BP、EP、MP、HP: 1、BP-Baseline Profile:基本画质。支持I/P 帧,只支持无交错(Progressive)和CAVLC; 2、EP-Extended profile:进阶画质。支持I/P/B/SP/SI 帧,只支持无交错(Progressive)和CAVLC; 3、MP-Main profile:主流画质。提供I/P转载 2016-07-13 10:55:00 · 485 阅读 · 0 评论 -
android multimedia的代码边读边记
system/core/include/system/window.h中的ANativeWindow其实是一个底层的API接口定义,要求实现者去具体实现其中定义的接口,比如dequeueBuffer,queueBuffer,cancelBuffer,query,perform。而在目前的实现中,Surface就是这么一个具体去实现这些接口的类,定义在frameworks/native/libs/g原创 2016-07-13 09:31:26 · 1065 阅读 · 0 评论 -
Video Rendering with 8-Bit YUV Formats Gary Sullivan and Stephen Estrop Microsoft Digital Media Div
Video Rendering with 8-Bit YUV FormatsGary Sullivan and Stephen EstropMicrosoft Digital Media DivisionApril 2002Updated August 2003Applies To: Microsoft® Windows®, Microsof转载 2017-06-26 14:34:34 · 846 阅读 · 0 评论 -
Texture tiling and swizzling
from: https://fgiesen.wordpress.com/2011/01/17/texture-tiling-and-swizzling/If you’re working with images in your program, you’re most likely using a regular 2D array layout to store image data.转载 2017-06-27 10:52:26 · 1184 阅读 · 0 评论 -
vaapi 硬解 demo
MID Multimedia frameworksAs an application vendor you may want to take advantage of this hardware video decode so that your application get the best out of the MID platform. You may not need to us转载 2017-07-19 09:15:22 · 2709 阅读 · 0 评论