This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DaVinci DM385 based Car DVR RDK - OSD Update rate

Other Parts Discussed in Thread: DM385

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.