VPU_CORE_TYPE_DEC
inst->type = VPU_CORE_TYPE_DEC;
if (inst->type & VPU_CORE_TYPE_DEC)
if (core->type == VPU_CORE_TYPE_DEC)
if (core->type == VPU_CORE_TYPE_DEC)
.type = VPU_CORE_TYPE_DEC,
vpu->decoder.type = VPU_CORE_TYPE_DEC;
} else if (type == VPU_CORE_TYPE_DEC) {
if (type == VPU_CORE_TYPE_DEC) {
} else if (inst->core->type == VPU_CORE_TYPE_DEC) {
if (inst->core->type == VPU_CORE_TYPE_DEC)
[VPU_CORE_TYPE_DEC] = {
if (inst->type == VPU_CORE_TYPE_DEC && inst->use_stream_buffer)