video: driver: add change to support slice mode decode

Added new capabilty changes to support slice based decoding.

This feature basically enables to decode the given input in terms of
slices and deliver single output to the higher layers when all slices
decoded in a frame.
When HW receives the slices then it will start decoding the slices,
instead of waiting for all the slices belongs to same frame.
So this will help to achieve lower decode latency.

Change-Id: Id107b34baba6d7b4a88238e232e8bf4a0fd6e58e
Signed-off-by: Gaviraju Doddabettahalli Bettegowda <quic_gdoddabe@quicinc.com>
This commit is contained in:
Gaviraju Doddabettahalli Bettegowda
2022-04-25 19:23:03 +05:30
committed by Darshana Patil
parent a8091c92b9
commit 9789b56a49
9 changed files with 89 additions and 19 deletions

View File

@@ -422,7 +422,6 @@ enum msm_vidc_inst_capability_type {
FENCE_ID,
FENCE_FD,
TS_REORDER,
SLICE_INTERFACE,
HFLIP,
VFLIP,
ROTATION,
@@ -539,6 +538,7 @@ enum msm_vidc_inst_capability_type {
OUTPUT_BUF_HOST_MAX_COUNT,
DELIVERY_MODE,
VUI_TIMING_INFO,
SLICE_DECODE,
/* place all leaf(no child) enums before this line */
INST_CAP_MAX,
};