hbUCPSchedParam

typedef struct hbUCPSchedParam {
  int32_t priority;
  int64_t customId;
  uint64_t backend;
  uint32_t deviceId;
} hbUCPSchedParam;

Control parameter structure.

  • Member

    Member NameDescription
    priorityTask priority.
    customIdCustom priority, e.g. timestamp, frame id, etc. The smaller the value, the higher the priority. Priority: priority > customId.
    backendTask execution hardware, e.g. HB_UCP_BPU_CORE_0.
    deviceIdDevice ID.