#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dInitImageProxy ( NNSG2dImageProxy* pImg );
pImg | [OUT] Image proxy |
None.
Initializes the image proxy. This function must always be called before using the image proxy.
This function is new and was renamed from NNS_G2dInitializeImageProxy()
. The previous function will remain to maintain compatibility.
2004/08/02 Renamed function.
2004/05/28 Initial version.
CONFIDENTIAL