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.

In and out buffers of HEVC encoder on slave DSPs

Hi,

I am trying to run HEVC encoder on multiple DSPs. When I call control XDM_GETBUFINFO on a slave DSP on core 0 I get the following:

[2014-12-19 13:58:51] Create encoder buffers
[2014-12-19 13:58:51] minNumInBufs 0
[2014-12-19 13:58:51] minNumOutBufs 0

On master DSP the call returns correct values:

[2014-12-19 13:58:51] Create encoder buffers
[2014-12-19 13:58:51] minNumInBufs 3
[2014-12-19 13:58:51] minNumOutBufs 1
[2014-12-19 13:58:51] minInBufSize[0] 2073600 0
[2014-12-19 13:58:51] minInBufSize[1] 518400 0
[2014-12-19 13:58:51] minInBufSize[2] 518400 0
[2014-12-19 13:58:51] minOutBufSize[0] 3670016 0

Can you point me what is wrong?

Regards,

Andrey Lisnevich