NNS_G2dGetOamManagerAffineCapacity

C Specification

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

Arguments

pMan [IN] OAM manager entity

Return Values

None.

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. NNS_G2dGetOamAffineCapacity has undergone a name change. This function will remain to preserve compatibility.

See Also

NNS_G2dGetOamAffineCapacity NNS_G2dEntryOamManagerAffine

Revision History

08/02/2004 Renamed function.
05/28/2004 Initial version.