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.

DM365 jpegenc sample code: hanging in process call

Hi,

My customer complained that the DM365 Jpegenc made the image blur (reduce the shapness) compared with original YUV or the jpeg file encoded by PC. So I want to try the file to file jpegenc sample code to check this issue.

I used the FC 2.4 and the other tools in ipnc 2.6 (kernel 2.6.18) and can build the jpgenc-r well. But when I run the app, it hangs in process call. I added the print info before and after the process call and I only see the print before process call is printed out.

With same environment, the h264dec sample code can work ok.

Would you pls kindly advise what I missed?

Below is the log info.

# ./jpgenc-r -ext
RMAN initialization done
VICP Protocol Registration Success
EDMA3 Protocol Registration Success

----- Running in extended parameter mode -----

Testcompliance = 0

Param file = ../TestVecs/Config/Testparams.cfg

Input file = ../TestVecs/Input/colorful_toys_cif_422ILE.yuv

Output file = ../TestVecs/Output/colorful_toys_cif.jpg

*******************************************
Read Configuration Set 1
*******************************************
Parameter file read starts...

Running in Output Dump Mode
Algorithm Instance Creation Done...
Number of Input bufs =1
status.imgencStatus.bufInfo.minInBufSize[0]=202752
number of bytes read from input file = 202752
Chris: Before process call