|
我现在调用6410JPEG硬解码功能的时候,图片的分辨率大于2048*1536,那解码就出错。我查看DataSheet中说支持4096*4096,不知是怎么回事?
以下是两个图片的解码打印信息:
------------------------Decoder Test Done ---------------------
------------------------Decoder Test Start ---------------------
inFilename : \sriktsVcostsIpts_4_6010_.P
outFilename : \sriktsVcostsOtts_4_6010_.u
Initialization Time : 5
filesize : 584489
inBuf : 0xe0000
DD::JPG has invalid width/height
API :: IOCTL_JPG_DECODE failed
decodeTime : 7
Decoding failed
------------------------Decoder Test Done ---------------------
------------------------Decoder Test Start ---------------------
inFilename : \sriktsVcostsIpts_2_0478jg
outFilename : \sriktsVcostsOtts_2_0478yv
Initialization Time : 5
filesize : 379344
inBuf : 0xe0000
decodeTime : 82
width : 1024 height : 768 samplemode : 0
converting time : 12
This image will be disappeared after 10 seconds......
|
|