Queries the length of the hybrid windowing module memory.
IppStatus ippsWinHybridGetStateSize_G729E_16s (int* pSize);
IppStatus ippsWinHybridGetStateSize_G729E_32f (int* pSize);
pSize |
Pointer to the output length of hybrid windowing module memory in bytes. |
The function ippsWinHybridGetStateSize_G729E reports the size of memory that the hybrid windowing module needs for proper operation.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSize pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.