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