Merge "video: driver: Add encoder complexity to decide power mode"

This commit is contained in:
qctecmdr
2021-06-11 01:21:50 -07:00
committed by Gerrit - the friendly Code Review server
5 changed files with 17 additions and 0 deletions

View File

@@ -463,6 +463,7 @@ enum msm_vidc_inst_capability_type {
META_ENC_QP_METADATA,
META_ROI_INFO,
META_DEC_QP_METADATA,
COMPLEXITY,
INST_CAP_MAX,
};

View File

@@ -182,6 +182,7 @@ static const struct msm_vidc_cap_name cap_name_arr[] = {
{META_ENC_QP_METADATA, "META_ENC_QP_METADATA" },
{META_ROI_INFO, "META_ROI_INFO" },
{META_DEC_QP_METADATA, "META_DEC_QP_METADATA" },
{COMPLEXITY, "COMPLEXITY" },
{INST_CAP_MAX, "INST_CAP_MAX" },
};