hbVPResize
The API for calling the Resize. When the image format is Y, the effective scaling range of the length and width is [1/4, 4], and when the image format is NV12, the effective scaling range of the length and width is (1/4, 4].
- Parameter
- [out]
taskHandleTask handles are responsible for the interaction of the operator with the UCP architecture. - [out]
dstImgThe output picture, type, format and size are the same as the input picture, the picture size can be calculated from the input picture and the zoom ratio. - [in]
srcImgThe input picture type supports U8C1 and format supports Y and nv12. - [in]
interpolationOperator interpolation type.
- [out]
- Return Value
- Return
0means the API was successfully executed, otherwise the execution failed.
- Return
