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.

Is the Codec Engine Server running constantly on DSP?

Other Parts Discussed in Thread: OMAPL138

Hi,

I have run some DMAI examples in DVSDK. I know that Codec Engine Server is an executable binary built with BIOS component. For example, once I issue the commands:

./image_decode_io1_omapl138.x470MV -c jpegdec -e decode -i /usr/share/ti/data/images/remi003_422i.jpg -o output.yuv

the Engine Application will load the binary onto DSP and run.

My question is, after the algorithm finished, will BIOS&Engine Server run forever waitting for next request?

Or, it will exit immediately, and next time I issue the command the binary will be loaded and run again?

BR