I am wondering if it is possible to use c6run and OpenMax in the same Arm application.
For example, I have an OpenMax application that uses the H.264 encoder component to encode video that is read from a sata device. This video is converted from a raw 8-bit Bayer-encoded format to YUV422sp for the H.264 encoder. Currently, this conversion is done using an algorithm that runs on the Arm processor. I would like to be able to use C6Run to migrate this algorithm to the DSP to hopefully get a performance improvement and to allow it to run in parallel with other Arm code.
I am wondering if it is possible to run this algorithm on the DSP at the same time that the H.264 OpenMax component is busy encoding video?