Searched refs:hfi_version (Results 1 – 10 of 10) sorted by relevance
46 enum hfi_version hfi_version; member322 #define IS_V1(core) ((core)->res->hfi_version == HFI_VERSION_1XX)323 #define IS_V3(core) ((core)->res->hfi_version == HFI_VERSION_3XX)324 #define IS_V4(core) ((core)->res->hfi_version == HFI_VERSION_4XX)
190 if (core->res->hfi_version != HFI_VERSION_1XX) in venus_enumerate_codecs()416 .hfi_version = HFI_VERSION_1XX,445 .hfi_version = HFI_VERSION_3XX,466 .hfi_version = HFI_VERSION_4XX,
316 if (core->res->hfi_version == HFI_VERSION_1XX) in hfi_session_continue()510 pkt_set_version(core->res->hfi_version); in hfi_create()
558 if (core->res->hfi_version == HFI_VERSION_1XX) { in vdec_output_conf()672 enum hfi_version ver = inst->core->res->hfi_version; in vdec_num_buffers()764 enum hfi_version ver = inst->core->res->hfi_version; in vdec_verify_conf()
262 void pkt_set_version(enum hfi_version version);
29 enum hfi_version ver = core->res->hfi_version; in event_seq_changed()
923 enum hfi_version ver = inst->core->res->hfi_version; in venc_verify_conf()1086 if (inst->core->res->hfi_version == HFI_VERSION_1XX) in m2m_queue_init()
134 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs()
529 enum hfi_version { enum
20 static enum hfi_version hfi_ver;1247 void pkt_set_version(enum hfi_version version) in pkt_set_version()