Hi everyone,
I am working on DM6467 EVM recently and first time join this community, "Say hello to everybody here".
I want to use resize function of DMAI module to resize "1920x1080" to "720x480" but I got an error message like below when program run to function "Resize_execute".
DavinciHD_vdce DavinciHD_vdce.2: invalid size
This message show me invalid size but what is the invalid size, anybody can explain it? I can't find the message on DMAI module to know what's happen. I also try run example code under folder dvsdk_1_40_02_33/PSP_01_30_00_082/example/dm646x/Source/saResize.c, it can be executed successfully, so it should not be a size problem.
I have follow the doc to implement resize function using DMAI interface, doc like as
dvsdk_1_40_02_33/dmai_1_10_00_06/docs/html/group__ti__sdo__dmai__resize.html.
Anybody can give me a help? Thank you!