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.

choosing Scheduler

Hi friends,

can any one explain me what is the role of scheduler in video mcsdk main make file for sv01 and sv02 

there seems to be three option GG_BIOS,GG_MULTITASKING and NO and according to my scenario i want to do transcoding and resizing on one core means dont want that any core should have any relation with other cores

 

with regards

Anshul

  • Hi Anshul,

    Below please find the options for SCHEDULER.

    GG_BIOS: uses TI SYS/BIOS Real-time Operating System as the scheduler 

    NO: uses framework code of MCSDK Video as the scheduler

    GG_MULTITASKING: from legacy code and not applicable to MCSDK Video

    Code difference between "GG_BIOS" and "NO" can be found via searching "GG_BIOS" in MCSDK Video dsp folder. sv01/sv04 which have been validated in MCSDK Video are built with "GG_BIOS". Therefore we highly recommend using the option of "GG_BIOS" when you plan to modify the source code of MCSDK Video.

    Thanks,

    Hongmei