Merge "video: driver: Add support for slice encode delivery"

This commit is contained in:
qctecmdr
2022-04-29 15:44:27 -07:00
committed by Gerrit - the friendly Code Review server
11 changed files with 299 additions and 7 deletions

View File

@@ -520,6 +520,7 @@ enum msm_vidc_inst_capability_type {
OUTPUT_ORDER,
INPUT_BUF_HOST_MAX_COUNT,
OUTPUT_BUF_HOST_MAX_COUNT,
DELIVERY_MODE,
/* place all leaf(no child) enums before this line */
INST_CAP_MAX,
};