#include <nnsys/g2d/g2d_Oam.h>
BOOL NNS_G2dInitManagerInstanceAffine(
NNSG2dOamManagerInstance* pMan,
u16 from,
u16 to );
pMan |
[OUT] OAM manager entity |
from |
[IN] Affine parameter management region-start index |
to |
[IN] Affine parameter management region-end index |
Success or failure.
Initializes the affine manager of the OAM manager entity. There is no need to call this function if affine management is not being performed. The value of "from" must be less than or equal to the value of "to". Execute this function along with NNS_G2dGetNewManagerInstance to initialize the OAM manager entity. This function was kept in order to maintain compatibility with older versions. Use the NNS_G2dGetNewOamManagerInstance function instead.
The name of this function has changed to NNS_G2dGetNewOamManagerInstance. To maintain compatibility, the previous function was kept under a different name.
NNS_G2dApplyOamManagerToHW, NNS_G2dGetNewOamManagerInstance,
08/02/2004 Renamed function
05/28/2004 Initial version.
CONFIDENTIAL