VpcPictureConstrainInfoCheck
Function Usage
Image restriction verification function.
Prototype
1 2 | static APP_ERROR DvppWrapper::VpcPictureConstrainInfoCheck(const DvppDataInfo& inputDataInfo, AscendStream& stream); static APP_ERROR DvppWrapper::VpcPictureConstrainInfoCheck(const DvppDataInfo& inputDataInfo); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
inputDataInfo |
Input |
Data to be verified. |
stream |
Input |
AscendStream, used to record error codes generated in tasks. When AscendStream& stream is specified, the error codes are recorded in the specified stream. When AscendStream& stream is not specified, the error codes are recorded in default stream. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: DvppWrapper