NNS_G2dGetOamAffineCapacity

C Specification

#include <nnsys/g2d/g2d_Oam.h>
u16 NNS_G2dGetOamAffineCapacity( NNSG2dOamManagerInstance* pMan );

Arguments

pMan [IN] OAM manager entity

Return Values

Number of affine parameters that the OAM manager can use.

Description

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, the previous function was kept under a different name.

See Also

NNS_G2dGetOamManagerAffineCapacity, NNS_G2dEntryOamManagerAffine

Revision History

08/02/2004 Renamed function

05/28/2004 Initial version.