Hi,
We have an application which basically does streaming and we ran the application on DM365 and DM368. Our application crashed for higher configurations in case of DM368 but on DM365 it was performing perfectly alright so we started profiling our application.When we profiled the encoding time alone for DM365 we found out that the encoder took 16ms to encode the data but in case of DM368 it took 24 ms to encode the same data.
When we profiled AAC encoding alone which was totally ARM intensive there was a 30 % improvement in the performance on DM368 compared to DM365. So this proved that ARM was actually working at the rate as expected but the hardware encoder was not proper.Currently we are using DVSDK 2_10_01_18 for both DM365 and DM368. Is there any particular encoder libraries that needs to be changed for DM368 since now we are using the same libraries that we use for DM365. Can anyone please explain what is the expected behavior in case of encoding on DM368 as compared to DM365.
Regards
Haran