Informative function, returns the number of bytes needed for decoder memory.
IppStatus ippsDecodeGetStateSize_G726_8u16s (unsigned int* pDecSize);
pDecSize |
Pointer to the output memory size in bytes. |
The function ippsDecodeGetStateSize_G726 is declared in ippsc.h file. This function reports the amount of memory needed to process the G.726 ADPCM decompression.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when the pDecSize pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.