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.

JPEG Codec question

Hi,

I have a question regarding the IMGENC1_control function.  I pass a encodeStatus as the fourth parameter to the function and when I check the minInBuffSize and minOutBuffSize they are always 0, and I do not get any errors, the function returns with IMGENC1_EOK, does anyone know why this is?  I was hoping to use the minOutBuffSize to allocate enough memory for my output buffers, but I cant since the function isnt returning anything.

Any help would be greatly appreciated.

Thanks.