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:

committed by
Darshana Patil

parent
a8091c92b9
commit
9789b56a49
@@ -53,6 +53,7 @@ int msm_vidc_adjust_session_priority(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_roi_info(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_all_intra(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_dec_outbuf_fence(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_dec_slice_mode(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_preprocess(void *instance, struct v4l2_ctrl *ctrl);
|
||||
|
||||
int msm_vidc_set_header_mode(void *instance,
|
||||
|
Reference in New Issue
Block a user