Frees memory allocated by the function ippsToneInitAllocQ15.
IppStatus ippsToneFree(IppToneState_16s* pToneState);
pToneState |
Pointer to the tone generator specification structure. |
The function ippsToneFree is declared in the ipps.h file. This function closes the tone generator state by freeing all memory associated with the structure created by ippsToneInitAllocQ15.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pToneState is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.