As suggested by someone, I'm trying to integrate the deinterlacer codec from DM3730 DVSDK into the DM6467. I copied the deinterlacer folder to DM6467 DVSDK (dvsdk_3_10_00_19/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs). I updated codec.cfg so the I2P deinterlacer package is included in the server. When I build the server, I get the following error:
_DMAN3_heapExternal_undefined package/cfg/bin/cs_x64P.o64P
_DMAN3_heapInternal_undefined package/cfg/bin/cs_x64P.o64P
After doing some research, the deinterlacer appears to be using DMAN3 for DMA resource allocation instead of IRES/RMAN which is used by the DM6467. How do I modify the deinterlacer to use IRAS/RMAN?