Computes the length of the triangle generator structure.
IppStatus ippsTriangleGetStateSizeQ15_16s(int* pTriangleStateSize);
pTriangleStateSize |
Pointer tothe computed value of size in bytes of the generator specification structure. |
The function ippsTriangleGetStateSizeQ15 is declared in the ipps.h file. This function computes the length (in bytes) pTriangleStateSize of the tone generator structure that is used by the function ippsTriangleInitQ15.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pTriangleStateSize is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.