video: driver: adjust properties during reqbufs
- Adjust v4l2 properties during reqbufs of master port. Set properties to firmware during streamon of master port. - Calculate buffer size and buffer counts during reqbufs call of each port. - This is done to recalculate buffer sizes and counts after client has configured all the controls and updated size and count can be returned to client before streamon. Change-Id: Ifc7ee36456d5d4e1c862952de581af3d7ae126b0 Signed-off-by: Darshana Patil <quic_darshana@quicinc.com>
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
b12f5ec06e
当前提交
7affdd1031
@@ -16,7 +16,8 @@ int msm_v4l2_op_s_ctrl(struct v4l2_ctrl *ctrl);
|
||||
int msm_v4l2_op_g_volatile_ctrl(struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_s_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_prepare_dependency_list(struct msm_vidc_inst *inst);
|
||||
int msm_vidc_adjust_set_v4l2_properties(struct msm_vidc_inst *inst);
|
||||
int msm_vidc_adjust_v4l2_properties(struct msm_vidc_inst *inst);
|
||||
int msm_vidc_set_v4l2_properties(struct msm_vidc_inst *inst);
|
||||
bool is_valid_cap_id(enum msm_vidc_inst_capability_type cap_id);
|
||||
bool is_valid_cap(struct msm_vidc_inst *inst,
|
||||
enum msm_vidc_inst_capability_type cap_id);
|
||||
|
在新工单中引用
屏蔽一个用户