Updated on 2022-03-13 GMT+08:00

Matrix Custom Data Types

  • HIAI_StatusT: Specifies the data type of the result code as uint32_t.
  • EnginePortID: Specifies the port ID in the Matrix.
    struct EnginePortID {
        uint32_t graph_id;
        uint32_t engine_id;
        uint32_t port_id;
    };