Hi,
1. Is it possible to achieve a parallel execution between ARM and DSP in Codec Engine Framework.
We are working on OMAP3530 Mistral EVM. It is observed that the ARM will wait until the VIDDEC2_process function returns from the DSP. So it is a sequential execution.
2. Is it possible to achieve a parallel execution using threads? If so please suggest me an example.
3. The codec returns a 4:2:0 buffer for which the conversion is planned to be done in ARM. The display module expects the data in 4:2:2 UYVY format. The conversion is taking pretty long time if we put the conversion code (Software) in ARM side application. Is there any hardware resizer option for conversion to 4:2:2?
Please suggest me the best way to have a better display. With the current framework, the decoder is giving the out buffer at a faster rate, but the 4:2:2 conversion is taking pretty long time(almost equivalent to decoding time), due to which I am not able to get a bettter display.
Thanks,
Ravi