hbDSPRpcV2

int32_t hbDSPRpcV2(hbUCPTaskHandle_t *taskHandle, hbUCPSysMem *input,
                   hbUCPSysMem *output, int32_t rpcCmd);

DSP task creation interface, J6 interface, task waiting and release use the ucp general interface.

  • Parameters
    • [out] task DSP task handle.
    • [in] input DSP task input address.
    • [in] output DSP task output address.
    • [in] rpcCmd DSP task command.
  • Return value
    • Return 0 means the API is executed successfully, otherwise it returns an error code.