Computes the size of the GIT decoding state structure.
IppStatus ippsDecodeGITGetSize_8u (int maxSrcLen, int* pGITStateSize);
maxSrcLen |
Maximum length of the source buffer. |
pGITStateSize |
Pointer to the size of the GIT decoding state structure. |
The function ippsDecodeGITGetSize is declared in the ippdc.h file. This function computes the size in bytes pGITStateSize of the GIT decoding state structure. Its value depends on the maxSrcLen parameter, which is the maximum length of the input data buffer.
The function should be called prior to the function ippsDecodeGITInit.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error if the pointer pGITStateSize is NULL. |
ippStsSizeErr |
Indicates an error if maxSrcLen is less than or equal to 0. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.