hbVPRotate
Rotate operator parameter.
-
Member
The API for calling the Rotate.
- Parameter
- [out]
taskHandleTask handles are responsible for the interaction of the operator with the UCP architecture. - [out]
dstImgThe output picture, type and format are the same as the input picture, and its size is decided according to the rotation angle and the size of the input picture. - [in]
srcImgThe input picture type supports U8C1 and format supports Y and nv12. - [in]
rotateDegreeOperator parameter, picture rotation angle.
- [out]
- Return Value
- Return
0means the API was successfully executed, otherwise the execution failed.
- Return
