How access vpu buffer from two processes

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How access vpu buffer from two processes

767 次查看
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 项奖励
回复
1 回复

703 次查看
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 项奖励
回复