MO_GetOptimalDTCMSize

C Specification

#include <nitro/mobiclip.h>

u32 MO_GetOptimalDTCMSize ( void );

Description

Retrieve the quantity in bytes of DTCM 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 DTCM quantity.

See Also

MO_GetOptimalDTCMSize
MO_InitITCMArea
MO_InitDTCMArea

Revision History

03/03/2008 Initial Version