Home
last modified time | relevance | path

Searched refs:VPU_CORE_TYPE_ENC (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu.h30 VPU_CORE_TYPE_ENC = 0, enumerator
323 return type == VPU_CORE_TYPE_ENC ? "encoder" : "decoder"; in vpu_core_type_desc()
H A Dvpu_imx8q.c230 if (type == VPU_CORE_TYPE_ENC) { in vpu_imx8q_check_codec()
H A Dvpu_drv.c127 vpu->encoder.type = VPU_CORE_TYPE_ENC; in vpu_probe()
H A Dvpu_core.c244 if (core->type == VPU_CORE_TYPE_ENC) in vpu_core_get_vpu()
297 if (core->type == VPU_CORE_TYPE_ENC) in vpu_core_put_vpu()
830 .type = VPU_CORE_TYPE_ENC,
H A Dvpu_v4l2.c665 if (inst->type == VPU_CORE_TYPE_ENC && inst->use_stream_buffer) in vpu_m2m_queue_init()
713 if (inst->type == VPU_CORE_TYPE_ENC) in vpu_v4l2_open()
819 if (func->type == VPU_CORE_TYPE_ENC) { in vpu_add_func()
H A Dvpu_rpc.c168 [VPU_CORE_TYPE_ENC] = {
H A Dvpu_msgs.c102 if (inst->core->type == VPU_CORE_TYPE_ENC) { in vpu_session_handle_frame_release()
H A Dvenc.c1312 inst->type = VPU_CORE_TYPE_ENC; in venc_open()