ChinaUnix.net
相关文章推荐:

limitsh OPENMAX

openmax 调用顺序(openmax Call Sequences)
1 OMX 核心初始化 _OMX_MasterInit
1)调用OMX_Init函数
->OsclInit::Init(error, &select); //init all Oscl layers except Oscl scheduler.
->_Try_OMX_Create(error, data); //create the OMX singleton
->OsclSingletonRegistry::registerInstanceAndUnlock(data, OSCL_SINGLETON_ID_OMX, error); //Release the s...

by aokikyon - 移动操作系统 - 2011-12-22 08:51:13 阅读(641) 回复(0)

相关讨论

http://en.wikipedia.org/wiki/openmax openmax From Wikipedia, the free encyclopedia Jump to: navigation , search openmax logo The Khronos Group 's new API openmax is an application programming interface that provides abstractions for routines especially useful for computer graphics, video, and sound, and in devices that process large amounts of data in predictable ways. openmax intends ...

by seawolf1979 - Linux文档专区 - 2006-12-24 10:53:59 阅读(896) 回复(0)

Android Opencore openmax学习(1)
1 OMX core methods

1)OMX_Init
2)OMX_Deinit
3)OMX_GetHandle
4)OMX_FreeHandle
5)OMX_ComponentNameEnum
6)OMX_GetComponentsOfRole
7)OMX_GetRolesOfComponent
8)OMX_SetupTunnel
9)OM...

by aokikyon - 移动操作系统 - 2011-12-22 08:51:13 阅读(750) 回复(0)

数据格式及OMX输入缓冲细节

1.1 帧起始代码
一般不用,H.264可能使用。

1.2 OMX缓冲区
三个值得信赖的关键参数
nFilledLen 缓冲区长度
nTimestamp 缓冲区时间戳
OMX_BUFFERLAG_ENDOFFRAME 缓冲区结束标志位

1.3多帧合并输入缓冲
一些音频信息,单帧过小(eg ARM),将其合并作为一...

by aokikyon - 移动操作系统 - 2011-12-22 08:51:13 阅读(706) 回复(0)

http://jyuriko.exblog.jp/3697274/ openmax 關鍵中的關鍵 2006年 06月 25日 多媒體的東西現在要跑都不難, 問題是要用什麼跑這很困難, PS3 或是 CELL 在硬體上已經強到要負擔現有能碰到所有的影片即使是 H.264 50Mbps 也沒 有問題的情況, 但是我們該用什麼軟體去跑那些東西. 不同的媒體撥放器要如何去使用每一種 codec, 要如何應付日益增加的媒體格式 Linux 不是 Windows 沒有 DirectX 可以讓這些軟體商去用, codec 難道要為 ...

by seawolf1979 - Linux文档专区 - 2006-12-24 11:26:29 阅读(880) 回复(0)

RT。 做驱动的,想对上层有所了解。

by RUNONMIPS - 移动操作系统 - 2011-10-19 18:50:31 阅读(1771) 回复(0)

android平台 怎么能让openmax硬件绘图显示不覆盖UI,期待各位xdjm给点意见!谢谢 另注:硬件绘图显示是在JNI下层完成,UI是在android应用层java实现的.

by datastreamcn - 移动操作系统 - 2011-08-01 11:20:31 阅读(3236) 回复(3)