Hi guys,
My development environment is DM385 CBB RDK(http://www.ti.com/tool/cardvrrdk).
I made a dynamic osd like this: https://www.youtube.com/watch?v=jwGM3HN3Qrg
I want to know if possible change to 10Hz update rate.
----->>>>>>
int DM81XX_SWOSD_apply(int streamId, int frameBufAddrY, int frameBufAddrUV)
{ :
/* SW OSD windows are updated once in a second */
if (gSWOSD_config.swosdConfig[streamId].osd_count >=
gSWOSD_config.swosdConfig[streamId].frameRateBase)
}
Can 100 microseconds update?
Thanks.