VPU_CORE_TYPE_ENC
inst->type = VPU_CORE_TYPE_ENC;
return type == VPU_CORE_TYPE_ENC ? "encoder" : "decoder";
if (core->type == VPU_CORE_TYPE_ENC)
if (core->type == VPU_CORE_TYPE_ENC)
.type = VPU_CORE_TYPE_ENC,
vpu->encoder.type = VPU_CORE_TYPE_ENC;
if (type == VPU_CORE_TYPE_ENC) {
if (inst->core->type == VPU_CORE_TYPE_ENC) {
[VPU_CORE_TYPE_ENC] = {
if (inst->type == VPU_CORE_TYPE_ENC && inst->use_stream_buffer)
if (inst->type == VPU_CORE_TYPE_ENC)
if (func->type == VPU_CORE_TYPE_ENC) {