Home
last modified time | relevance | path

Searched refs:inst_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.c50 enum mtk_instance_type inst_type = *((unsigned int *)priv); in mtk_vcodec_mem_alloc() local
55 if (inst_type == MTK_INST_ENCODER) { in mtk_vcodec_mem_alloc()
83 enum mtk_instance_type inst_type = *((unsigned int *)priv); in mtk_vcodec_mem_free() local
88 if (inst_type == MTK_INST_ENCODER) { in mtk_vcodec_mem_free()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-common.c713 if (ctx->inst_type == CODA_INST_DECODER) { in coda_try_fmt_vid_cap()
885 if (ctx->inst_type != CODA_INST_ENCODER) in coda_s_fmt_vid_cap()
927 if (ctx->inst_type != CODA_INST_DECODER) in coda_s_fmt_vid_out()
986 if (ctx->inst_type == CODA_INST_DECODER && in coda_qbuf()
1000 if (ctx->inst_type == CODA_INST_DECODER && in coda_dqbuf()
1044 ctx->inst_type == CODA_INST_DECODER) in coda_g_selection()
1054 ctx->inst_type == CODA_INST_ENCODER) in coda_g_selection()
1463 if (ctx->inst_type == CODA_INST_DECODER) in coda_subscribe_event()
2080 if (ctx->inst_type == CODA_INST_DECODER) { in coda_start_streaming()
2247 if (ctx->inst_type == CODA_INST_ENCODER) in coda_s_ctrl()
[all …]
H A Dcoda.h240 enum coda_inst_type inst_type; member
H A Dcoda-bit.c207 if (ctx->inst_type != CODA_INST_DECODER || !ctx->use_bit) in coda_bitstream_flush()
832 if (ctx->inst_type == CODA_INST_ENCODER) { in coda_setup_iram()
872 } else if (ctx->inst_type == CODA_INST_DECODER) { in coda_setup_iram()
905 if (ctx->inst_type == CODA_INST_DECODER) { in coda_setup_iram()
/openbmc/qemu/disas/
H A Dmicroblaze.c276 short inst_type; /* registers and immediate values involved */ member
740 switch (op->inst_type) { in print_insn_microblaze()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3489 target_long inst_type) in gen_update_branch_history() argument
3504 inst_type == BHRB_TYPE_NORECORD) { in gen_update_branch_history()
3513 tcg_gen_andi_tl(tmp, tmp, inst_type); in gen_update_branch_history()
3532 if (inst_type & BHRB_TYPE_XL_FORM) { in gen_update_branch_history()