Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +7 −0 Original line number Diff line number Diff line Loading @@ -1624,6 +1624,13 @@ static int msm_isp_update_deliver_count(struct vfe_device *vfe_dev, goto done; } temp_stream_info->sw_ping_pong_bit ^= 1; if (temp_stream_info->undelivered_request_cnt == 0) { temp_stream_info->current_framedrop_period = MSM_VFE_STREAM_STOP_PERIOD; temp_stream_info->activated_framedrop_period = MSM_VFE_STREAM_STOP_PERIOD; msm_isp_cfg_framedrop_reg(vfe_dev, temp_stream_info); } } done: return rc; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +7 −0 Original line number Diff line number Diff line Loading @@ -1624,6 +1624,13 @@ static int msm_isp_update_deliver_count(struct vfe_device *vfe_dev, goto done; } temp_stream_info->sw_ping_pong_bit ^= 1; if (temp_stream_info->undelivered_request_cnt == 0) { temp_stream_info->current_framedrop_period = MSM_VFE_STREAM_STOP_PERIOD; temp_stream_info->activated_framedrop_period = MSM_VFE_STREAM_STOP_PERIOD; msm_isp_cfg_framedrop_reg(vfe_dev, temp_stream_info); } } done: return rc; Loading