发布时间:2013-01-11 18:24:35
omx由component组成,是多媒体接口。================================================================opencore在node上引用android的omx接口,需要进行封装,才能使用1.由node组成,调用codecs_v2 、 fileformats进行分装2.codecs_v2包括omx 、audio、video软编解码库,其中omx是调用audio、video文件进行omx封装3.build_config 是配置文件,负责配置如何调用node和编解码库的这里面:Android_opencore_player.mk、......【阅读全文】
发布时间:2013-01-10 11:43:22
本文参考了:http://www.linuxidc.com/Linux/2011-01/31800.htm 感谢该文的作者。 Linux内核的amba lcd控制器使用clcd_panel结构体表示一个LCD屏的硬件参数: /* include/linux/fb.h */ struct fb_videomode {const char *name; /* optional */u32 refresh; /* optional */u32 xres;u32 yres;u32 pixclock;u32 left_margin;u32 right_margin;u32 upper_mar......【阅读全文】
发布时间:2013-01-07 11:34:47
YUV FormatsYUV formats fall into two distinct groups, the packed formats where Y, U (Cb) and V (Cr) samples are packed together into macropixels which are stored in a single array, and the planar formats where each component is stored as a separate array, the final image being ......【阅读全文】
发布时间:2013-01-07 09:25:23
一致性 hash 算法( consistent hashing )consistent hashing 算法早在 1997 年就在论文 Consistent hashing and random trees 中被提出,目前在cache 系统中应用越来越广泛;1 基本场景比如你有 N 个 cache 服务器(后面简称 cache ),那么如何将一个对象 object 映射到 N 个&nbs......【阅读全文】
发布时间:2013-01-07 09:25:00
MP3-Code编解码原理详细分析 http://www.docin.com/p-134595762.html ......【阅读全文】