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.

Linux/AM5726: Libdce version

Part Number: AM5726

Tool/software: TI-RTOS

Hello,

I am giving jpeg image to ducati jpeg decoder which decodes it perfactly with same size.

Ex. in Image(jpeg) = 4032x1008  --> out Image(nv12) = 4032x1008.

i want to change buffer arrangement of output image.

Ex. in Image(jpeg) = 4032x1008  --> out Image(nv12) = 2016*2016.

this needs some memcopy operation. which i want to perform by using edma.

libdce.c present on " and libdce present on yocto both are different.

which should i refer ?

Regards,

Prerak