#include <nnsys/g2d/g2d_Oam.h>
u16 NNS_G2dEntryOamManagerAffine(
NNSG2dOamManagerInstance* pMan,
const MtxFx22* mtx );
pMan |
[OUT] OAM manager entity |
mtx |
[IN] Affine parameter matrix |
The registered affine parameters matrix. If registration fails, returns NNS_G2D_OAM_AFFINE_IDX_NONE
.
Sets the affine parameters in the OAM manager. The affine index is returned as the return value.
The affine management section of the OAM manager must be initialized. If registration fails because there is not enough free space or for some other reason, the function returns NNS_G2D_OAM_AFFINE_IDX_NONE
. Use NNS_G2dSetOamManagerAffine
when the affine-management part is not used. This function is the NNS_G2dEntryNewOamAffine
function under a new name. The previous function will remain to preserve compatibility.
NNS_G2dEntryNewOamAffine
NNS_G2dSetOamManagerAffine
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL