This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to instruct A8 VLPB OMX component to allocate buffers on shared region 2

Hi,

Now that VLPB on A8 OMX component is working OK in example C6xtest, i want to use the A8 for video processing, i want to connect it in an OMX chain such as:
Capture->DEI->VLPB(A8)->display, in order to do that i need that VLPB on A8 will allocate its buffers on shared region 2.
How to instruct A8 VLPB OMX component to allocate buffers on shared region 2?

Thanks,
Gabi 

  • Hi Gabi,

    In EZSDK 5.05.01.04, DSP is allocating buffers from SR2. There are changes in firware loader as well dsp for this. You could try this.

    Regards

    Vimal

  • Hi Vimal,

    Thank you very much for your answer. Great news.

    Gabi