acldvppInit
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
x |
Function Usage
Initializes the DVPP. Call this API before calling operator function APIs. No error is reported when this API is called repeatedly. It is recommended that this API be used together with the acldvppFinalize API to initialize and deinitialize the DVPP.
Either this API or aclInit can be called to initialize DVPP. The difference is that this API initializes only DVPP, while aclInit initializes DVPP and all sub-functions in acl. If both APIs are called, no failure message is returned.
Prototype
acldvppStatus acldvppInit(const char *configPath)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
configPath |
Input |
(Reserved) Pointer to the path where the configuration file is located. The file name is included. Currently, this parameter needs to be set to a null pointer. |
Returns
acldvppStatus status code. For details, see acldvpp Return Codes.