How access vpu buffer from two processes

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

How access vpu buffer from two processes

359 Views
ruslanm
Contributor I

In my open gl es app i am use zero-copy technology (passing vpu buffer pointer to glvivdirecttexture) .How I am may get access to this vpu buffer from another process? In Freescale driver exist this API?

Thank you

0 Kudos
1 Reply

295 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Ruslan

You should use ExtBufCfg struct from the VPU API that is used when the host application wants to give external memory configuration to VPU. Stream data and some output picture data are directly accessed by the host processor and VPU. For a more comprehensive way of controlling the VPU, a set of API functions is provided that includes all of the required operations from the host processor side

Please check the VPU API document installed in your documentation folder of your Linux BSP.

Regards

0 Kudos