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 specify JpegDecode parameters on DM365

I run the jpegdecode demo in dvsdk_2_10_00_17/dm365_codecs_01_00_06/packages/ti/sdo/codecs/jpegdec and find a problem.

In order to decode a jpeg file with 800*600 pixsels resolution, I just opened Testparams.cfg, and set maxWidth=800, maxHeight=600. But it can't decode jpegfile with 800*600 px resolution.

I checked the Jpeg_decode_User_Guide.pdf. It says that up to 64M pixsels resolution jpegfile  has been tested on DM365 EVM.  But the jpegdecode demo can only deal with 720*480 pixsel resolution jpeg files.

So, could someone give me some hints on how to set different jpeg pixsel resolution for jpeg decode demo?

Thx a lot!