video: driver: handle static and dynamic properties for decoder

Added change at decoder side to use adjust/set functions for
static(streamon) and dynamic(s_ctrl) cases.

Change-Id: I3d8c32baaf2fa2c3a077cc936a8ff2159ababfe3
Signed-off-by: Govindaraj Rajagopal <quic_grajagop@quicinc.com>
This commit is contained in:
Govindaraj Rajagopal
2022-03-07 17:47:16 +05:30
parent c3bdea095b
commit 4f1180f1a6
9 changed files with 478 additions and 387 deletions

View File

@@ -502,6 +502,9 @@ enum msm_vidc_inst_capability_type {
BITRATE_BOOST,
SLICE_MODE,
BLUR_RESOLUTION,
OUTPUT_ORDER,
INPUT_BUF_HOST_MAX_COUNT,
OUTPUT_BUF_HOST_MAX_COUNT,
/* place all leaf(no child) enums before this line */
INST_CAP_MAX,