OpenMAX

117 篇文章 4 订阅

OpenMAX

From Wikipedia, the free encyclopedia
OpenMAX
OpenMAX logo

OpenMAX (Open Media Acceleration) is a royalty-free, cross-platform set of C-language programming interfaces that provides abstractions for routines especially useful for audio, video, and still images. It's intended for devices that process large amounts of multimedia data in predictable ways.

OpenMAX provides three layers of interfaces: Application Layer (AL), Integration Layer (IL) and Development Layer (DL). OpenMAX is managed by the non-profit technology consortium Khronos Group.

Contents

   [hide

http://en.wikipedia.org/wiki/OpenMAX

[edit]OpenMAX layers

OpenMAX AL is the interface between multimedia applications, such as a media player, and the platform media framework. It allows companies that develop applications to easily migrate their applications to different platforms (customers) that support the OpenMAX AL API.

OpenMAX IL is the interface between media framework such as DirectShow or GStreamer and a set of multimedia components (such as an audio or video codecs). It allows companies that build platforms (for example an MP3 player) to easily change components like MP3 decoders and Equalizer effects and buy components for their platform from different vendors.

OpenMAX DL is the interface between physical hardware, such as DSP chips and CPUs, and software, like video codecs and 3D engines. It allows companies to easily integrate new hardware that supports OpenMAX DL without reoptimizing their low level software.

[edit]OpenMAX AL (Application Layer)

OpenMAX AL
OpenMAX AL Logo
Developer(s)Khronos Group, Inc.
Stable release1.1 / 18 January 2011
Operating systemCross-platform
TypeAPI
LicenseVarious
WebsiteKhronos Group, Inc.

OpenMAX AL accommodates common multimedia application use cases by standardizing a set of representative objects, as well as interfaces on those objects, to control and configure them. The OpenMAX AL API is divided into two profiles: Media Player and Media Player/Recorder. A platform can be compliant to one or both of these profiles by providing all features included in a profile.

It is an application-level, C-language, multimedia API designed for resource-constrained devices. The OpenMAX AL API design puts particular emphasis on ensuring the API is suitable for mobile embedded devices - including basic mobile phones, smart “feature” phones, PDAs and mobile digital music players. Nevertheless, this does not preclude its applicability to other sophisticated media playback and recording devices.

The OpenMAX AL API design devotes particular attention to application-developer friendliness. Its status as an open cross-platform API enables developers to port the same source across multiple devices with minimal effort. Thus OpenMAX AL provides a stable base for application development.

[edit]Features

OpenMAX AL features include:

  • Video playback and recording
  • Audio playback and recording
  • Image capture (camera) and display
  • Camera controls
  • Radio and RDS
  • Basic MIDI playback
  • Metadata extraction and insertion

[edit]Specification versions

[edit]Implementations

  • An open source implementation of AL is available at LIM OpenMAX.
  • Android 4.0 exposes OpenMAX AL 1.0.1 as part of their NDK. [2]

[edit]Comparison with OpenSL ES

OpenSL ES is another Khronos Group API providing a Sound Library for Embedded Systems. OpenSL ES and OpenMAX AL share the same common architecture and have a few common features:

  • Audio playback and recording
  • Basic MIDI playback
  • Metadata extraction

[edit]OpenMAX IL (Integration Layer)

OpenMAX IL
OpenMAX IL Logo
Developer(s)Khronos Group, Inc.
Stable release1.1.2 / September 15, 2008
Operating systemCross-platform
TypeAPI
LicenseVarious
WebsiteKhronos Group, Inc.

The OpenMAX IL API strives to give media components portability across an array of platforms using the C-language. In the OpenMAX IL, components represent individual blocks of functionality. Components can be sources, sinks, codecs, filters, splitters, mixers, or any other data operator. Depending on the implementation, a component could possibly represent a piece of hardware, a software codec, another processor, or a combination thereof.

The interface abstracts the hardware and software architecture in the system. The OpenMAX IL API allows the user to load, control, connect, and unload the individual components. This flexible core architecture allows the Integration Layer to easily implement almost any media use case and mesh with existing graph-based media frameworks. The key focus of the OpenMAX IL API is portability of media components

The OpenMAX IL API design devotes particular attention to use case flexibility and optimized data transfers between components.

Open source OpenMAX IL implementations are available,

  • Bellagio, is maintained by STMicroelectronics.
  • LIM OpenMAX, an implementation that has both AL and IL.

[edit]OpenMAX DL (Development Layer)

OpenMAX DL
OpenMAX DL Logo
Developer(s)Khronos Group, Inc.
Stable release1.0.2 / December 21, 2007
Operating systemCross-platform
TypeAPI
LicenseVarious
WebsiteKhronos Group, Inc.

The OpenMAX DL API defines a set of low-level multimedia kernels or media processing building blocks. The building blocks might be used to accelerate traditional computational hotspots within standardized media codecs and other integrated media processing engines. The functional scope of the OpenMAX DL interface spans several domains including Signal processing and Image processingaudio codingimage coding, and video coding.

OpenMAX DL is split into five application domains:

  • AC - Audio Codecs (MP3 decoder and AAC decoder components)
  • IC - Image Codecs (JPEG components)
  • IP - Image Processing (Generic image processing functions)
  • SP - Signal Processing (Generic audio processing functions)
  • VC - Video Codecs (H264 and MP4 components)

OpenMAX DL is, among other companies, openmax_armlibraries implemented by ARM and ANSI C sample code can be downloaded from their webpage.

The OpenMAX API is supported by the PlayStation 3 console.

[edit]OpenMAX Working Group

The OpenMAX Working Group was founded alongside sister project OpenVG on July 6th, 2004. Promoting members (2008-01-17) are AMDAppleARMCreativeDell Inc,EricssonFreescaleImagination Technologies Group plcIntelIBMMotorolaNokiaNvidia CorporationSamsung Electronics Co. LtdSK TelecomSony Computer Entertainment IncSun Microsystems Inc and Texas Instruments.

OpenMAX API documentation is publicly available on the Khronos website.

[edit]See also

[edit]References

  1. ^ Khronos Group Releases OpenMAX AL Specification for Application-level Video, Audio and Image Processing on Mobile and Handheld Devices, Khronos press release
  2. ^ http://developer.android.com/sdk/android-4.0-highlights.html
  3. ^ http://www.tuaw.com/2011/01/20/xbmc-for-ios-and-atv2-now-available/ XBMC for iOS and Apple TV now available
  4. ^ http://developer.amd.com/gpu/AMDAPPSDK/assets/OpenVideo_Decode_API.PDF OpenVideo Decode (OVD) API

[edit]External links

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
提供的源码资源涵盖了Java应用等多个领域,每个领域都包含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码中配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 适合毕业设计、课程设计作业。这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台开发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台开发的技术细节和最佳实践,逐步培养起自己的项目开发和问题解决能力。此外,在求职或创业过程中,具备跨平台开发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起开发环境;其次,源码中的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。 所有源码均经过严格测试,可以直接运行,可以放心下载使用。有任何使用问题欢迎随时与博主沟通,第一时间进行解答!

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值