/* New global dvs 6axis config should be blocked
* here if there's a buffer with per-frame parameters
* pending in CSS frame buffer queue.
- * This is to aviod zooming vibration since global
+ * This is to avoid zooming vibration since global
* parameters take effect immediately while
* per-frame parameters are taken after previous
* buffers in CSS got processed.
* to a FIFO, then process the event in the FIFO.
* This will not have issue in single stream mode, but it do have some
* issue in multiple stream case. The issue is that
- * ia_css_pipe_dequeue_buffer() will not return the corrent buffer in
+ * ia_css_pipe_dequeue_buffer() will not return the correct buffer in
* a specific pipe.
*
* This is due to ia_css_pipe_dequeue_buffer() does not take the
}
/*
- * Function to set/get image stablization statistics
+ * Function to set/get image stabilization statistics
*/
int atomisp_get_dis_stat(struct atomisp_sub_device *asd,
struct atomisp_dis_statistics *stats)
}
/*
- * Function to enable/disable video image stablization
+ * Function to enable/disable video image stabilization
*/
int atomisp_video_stable(struct atomisp_sub_device *asd, int flag,
__s32 *value)
int atomisp_bad_pixel_param(struct atomisp_sub_device *asd, int flag,
struct atomisp_dp_config *config);
-/* Function to enable/disable video image stablization */
+/* Function to enable/disable video image stabilization */
int atomisp_video_stable(struct atomisp_sub_device *asd, int flag,
__s32 *value);
/*
* For CSS2.1, preview pipe could support bayer downscaling, yuv decimation and
- * yuv downscaling, which needs addtional configurations.
+ * yuv downscaling, which needs additional configurations.
*/
static void __configure_preview_pp_input(struct atomisp_sub_device *asd,
unsigned int width, unsigned int height,
}
}
/*
- * calculate YUV Decimation, YUV downscaling facor:
+ * calculate YUV Decimation, YUV downscaling factor:
* YUV Downscaling factor must not exceed 2.
* YUV Decimation factor could be 2, 4.
*/
/*
* For CSS2.1, offline video pipe could support bayer decimation, and
- * yuv downscaling, which needs addtional configurations.
+ * yuv downscaling, which needs additional configurations.
*/
static void __configure_video_pp_input(struct atomisp_sub_device *asd,
unsigned int width, unsigned int height,
}
/*
- * Function to set/get image stablization statistics
+ * Function to set/get image stabilization statistics
*/
int atomisp_css_get_dis_stat(struct atomisp_sub_device *asd,
struct atomisp_dis_statistics *stats)
};
/*
- * Sensor of external ISP can send multiple steams with different mipi data
+ * Sensor of external ISP can send multiple streams with different mipi data
* type in the same virtual channel. This information needs to come from the
* sensor or external ISP
*/