hbUCPSchedParam

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

控制参数结构体。

  • 成员

    成员名称描述
    priority任务优先级,详见hbUCPTaskPriority相关描述。
    customId自定义优先级,例如:时间戳、frame id等,数值越小优先级越高。优先级:priority > customId。
    backend任务执行硬件,例如:HB_UCP_BPU_CORE_0。
    deviceId设备ID。