Do you know imx6 how to implement OMX_UseBuffer?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Do you know imx6 how to implement OMX_UseBuffer?

666 Views
fdact
Contributor I

Hi,

    My problem on imx6 sabresd_6dq  with android 4.2.2 and kernel. I need use hardware decoders, Can you tell me how to implement OMX_UseBuffer in the imx6?

Thanks.

Labels (1)
Tags (1)
0 Kudos
3 Replies

428 Views
art
NXP Employee
NXP Employee

The low level hardware support for graphics and video is already implemented in the Android BSPs for the i.MX6 platforms. You just have to use the regular Android APIs to access graphics/video features.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

428 Views
fdact
Contributor I

I need use video render acceleration in the sw decoders. Do you know how to use to vpu acceleration for play video with third party lib?

Thanks.

0 Kudos

428 Views
art
NXP Employee
NXP Employee

Just use the regular Android APIs:

Develop Apps | Android Developers 

There are some examples:

Getting Started | Android Developers 

0 Kudos