hbVPTranspose

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

The API for calling the Transpose.

  • 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, its width is equal to the input picture's height, and its height is equal to the input picture's width.
    • [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.