hbVPPyrUp

int32_t hbVPPyrUp(hbUCPTaskHandle_t *taskHandle, hbVPImage *dstImg, hbVPImage const *srcImg);

The API for calling the PyrUp.

  • Parameter
    • [out] taskHandle Task handles are responsible for the interaction of the operator with the UCP architecture.
    • [out] dstImg The output picture, type and format are the same as the input picture, and its length and width are twice of the input picture.
    • [in] srcImg The input picture type supports U8C1 and format supports Y and nv12.
  • Return Value
    • Return 0 means the API was successfully executed, otherwise the execution failed.