Can you tell me the average performance of DM365 resizer?
We use two DM365 resizers simultaneously(some kernel 2.6.18 modification is required).
Our pseudo code the followings.
Resizer->config(1280,720,1280,720,704,480,1,1);
Resizer->execute(srcBuf,dstBuf0,dstBuf1);
I want to know the average execution time of DM365 Resizer which converts 1280x720 into 1280x720,704x480 simultaneously.
My average measurement is 20ms. It's very terrible.
Please let me know. It is very urgent.
Thank you in advance.