Home
last modified time | relevance | path

Searched refs:VPU_CORE_TYPE_DEC (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_imx8q.c233 } else if (type == VPU_CORE_TYPE_DEC) { in vpu_imx8q_check_codec()
247 if (type == VPU_CORE_TYPE_DEC) { in vpu_imx8q_check_fmt()
H A Dvpu_msgs.c110 } else if (inst->core->type == VPU_CORE_TYPE_DEC) { in vpu_session_handle_frame_release()
139 if (inst->core->type == VPU_CORE_TYPE_DEC) in vpu_session_handle_pic_done()
H A Dvpu_drv.c129 vpu->decoder.type = VPU_CORE_TYPE_DEC; in vpu_probe()
H A Dvpu_core.c246 if (core->type == VPU_CORE_TYPE_DEC) in vpu_core_get_vpu()
299 if (core->type == VPU_CORE_TYPE_DEC) in vpu_core_put_vpu()
845 .type = VPU_CORE_TYPE_DEC,
H A Dvpu_rpc.c194 [VPU_CORE_TYPE_DEC] = {
H A Dvpu.h31 VPU_CORE_TYPE_DEC = 0x10, enumerator
H A Dvpu_cmds.c396 if (inst->type & VPU_CORE_TYPE_DEC) in vpu_session_update_parameters()
H A Dvpu_v4l2.c648 if (inst->type == VPU_CORE_TYPE_DEC && inst->use_stream_buffer) in vpu_m2m_queue_init()
H A Dvdec.c1732 inst->type = VPU_CORE_TYPE_DEC; in vdec_open()