#include <nnsys/g2d/g2d_Oam.h>
u16 NNS_G2dGetOamAffineCapacity( NNSG2dOamManagerInstance* pMan );
pMan |
[IN] OAM manager entity. |
Number of affine parameters that the OAM manager can use.
Gets the number of affine parameters that can be used by the OAM Manager. Configuration of the Manager's affine-management part must be completed before using this function.
The name of this function has changed to NNS_G2dGetOamManagerAffineCapacity
. To maintain compatibility with past versions, this function has been kept under a different name.
NNS_G2dGetOamManagerAffineCapacity
, NNS_G2dEntryOamManagerAffine
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL