Merge "video: driver: Enable encoder and decoder metadata" into video-kernel-waipio.lnx.1.0

This commit is contained in:
Linux Build Service Account
2020-12-24 09:46:30 -08:00
committed by Gerrit - the friendly Code Review server
8 changed files with 309 additions and 42 deletions

View File

@@ -340,6 +340,20 @@ enum msm_vidc_inst_capability_type {
CODED_FRAMES,
BIT_DEPTH,
CODEC_CONFIG,
META_LTR_MARK_USE,
META_SEQ_HDR_NAL,
META_DPB_MISR,
META_OPB_MISR,
META_INTERLACE,
META_CONCEALED_MB_CNT,
META_HIST_INFO,
META_SEI_MASTERING_DISP,
META_SEI_CLL,
META_HDR10PLUS,
META_EVA_STATS,
META_BUF_TAG,
META_SUBFRAME_OUTPUT,
META_ROI_INFO,
INST_CAP_MAX,
};