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.

5M JPG encode error

My customr meet below error msg when encoding 5M JPEG:

     links_m3video/iva_enc/encLink_common.c: (width <= UTILS_ENCDEC_RESOLUTION_CLASS_1080P_WIDTH) && (height <= UTILS_ENCDEC_RESOLUTION_CLASS_1080P_HEIGHT) : failed !!!

The data flow is:
          ipcBitOutHLOS(5Mp)-> ipcBitInRTOS(video)->dec(yuv420)->ipcOutVideo->ipcInVpss->ipcFrameOutVpss->dup->ipcOutVpss->ipcInVideo->enc->ipcBitOutRTOS->ipcBitInHLOS

   The resolution   2592*1936.
 
Could you give some advice?
 
BR,
Eason