Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +6 −0 Original line number Diff line number Diff line Loading @@ -547,6 +547,12 @@ static void msm_isp_cfg_framedrop_reg( enum msm_vfe_input_src frame_src = SRC_TO_INTF(stream_info->stream_src); int i; if (vfe_dev == NULL) { pr_err("%s %d returning vfe_dev is NULL\n", __func__, __LINE__); return; } if (vfe_dev->axi_data.src_info[frame_src].frame_id >= stream_info->init_frame_drop) runtime_init_frame_drop = 0; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +6 −0 Original line number Diff line number Diff line Loading @@ -547,6 +547,12 @@ static void msm_isp_cfg_framedrop_reg( enum msm_vfe_input_src frame_src = SRC_TO_INTF(stream_info->stream_src); int i; if (vfe_dev == NULL) { pr_err("%s %d returning vfe_dev is NULL\n", __func__, __LINE__); return; } if (vfe_dev->axi_data.src_info[frame_src].frame_id >= stream_info->init_frame_drop) runtime_init_frame_drop = 0; Loading