Hello,
I have been working on DM8148 EVM to implement a H.264 decoder which has to support H264 4M pixels - 2048 x 2048 size. As far as I understand, TI OMX doesn't take care of it. I believe that the maximum size would be 1080 - 1920x1080. So, the best bet would be to use Codec Engine framework. I tried to compile example apps on Codec Engine framework. I have followed "Build/Run Instructions for Codec Engine Examples" instruction but the "gmake " complained something like below, even though I have changed xdcpath.mak as the instruction suggests.
../../../../../xdcpaths.mak:647: *** CGTOOLS_C674 is set to "", which is invalid (could not find file "/bin/cl6x*"). Set this in <codec engine examples>/xdcpaths.mak! See the build documentation to correct this error.. Stop.
I think that I don't need CGTOOLS_C674 because the DSP will not be used for H264 decoder. Rather, the HDVICP engine is going to be used. I checked some document as much as possible to figure out how to compile the codec engine with HDVICP engine. So far, I don't have luck.
If anyone has an idea or advice for that, please let me know
Best Regards,
Seungsik Kwak.