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 decode error



Can not decode other jpeg file on dm355, but it can be decode on windows and some media device.
#./jpegdec test.jpg /dev/fb/3

@0x00068960:[T:0x400176d0] jpegdec - main> jpegdec
@0x0006be28:[T:0x400176d0] jpegdec - Processing buffer 11739 bytes...
StartJpegDecoder: error in JPEGAPI_AnalyzeHeader()
@0x0006c958:[T:0x400176d0] jpegdec - Decoder frame processing FAILED, status = 0xffffffff, extendedError = 0x9100
@0x0006eaae:[T:0x400176d0] jpegdec - app done.

 

  • One thing that comes to mind is to review the data-sheet and release notes for the JPEG decoder (included in the DVSDK).  These documents list features supported and constraints, as well as known defects; maybe the JPEG file has certain attributes not supported by the JPEG decoder on DM355, hopefully not.