Returns size of IppiWarpSpec_MPEG4 structure.
IppStatus ippiWarpGetSize_MPEG4(int* pSpecSize);
pSpecSize |
Pointer to the resulting size of the structure IppiWarpSpec_MPEG4. |
The function ippiWarpGetSize_MPEG4 is declared in the ippvc.h file. This function returns a size of structure IppiWarpSpec_MPEG4.
This function is used in the MPEG-4 encoder and decoder included into Intel IPP Samples. See introduction to MPEG-4.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pointer pSpecSize is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.