MO_GetOptimalITCMSize

C Specification

#include <nitro/mobiclip.h>

u32 MO_GetOptimalITCMSize ( void );

Description

Retrieve the quantity in bytes of ITCM needed by Mobiclip to achieve optimal playback performance.
This function is used for the code relocation management.

Arguments

None.

Return Values

Size in bytes of the desired ITCM quantity.

See Also

MO_GetOptimalDTCMSize
MO_InitITCMArea
MO_InitDTCMArea

Revision History

03/03/2008 Initial Version