Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
Visible to Intel only — GUID: GUID-2150D9A3-949E-4F72-A4D5-260401F64E54
iwsVector_InitExternalConst
Syntax
IW_DECL(IppStatus) iwsVector_InitExternalConst( IwsVector *pVector, IwSize size, IppDataType dataType, const IwsBorderSize *pInMemBorder, const void *pBuffer );
Parameters
- pVector
-
Pointer to the IwsVector structure.
- size
-
Vector length, in elements, without the border.
- dataType
-
Data type of vector elements.
- pBuffer
-
Pointer to the external image buffer.
- pInMemBorder
-
Size of the vector border; set to NULL if there is no border.
- pBuffer
-
Pointer to the external vector buffer.
Description
This function initializes the vector structure with the external read-only buffer.
Return Values
ippStsNullPtrErr |
At least one of the pointers is NULL. |
ippStsNoErr |
No errors. |
Parent topic: Vector