Home
last modified time | relevance | path

Searched refs:u32Vmax (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov12870/
H A Dov12870_cmos.c612 HI_U32 u32Vmax; in cmos_set_pixel_detect() local
619 u32Vmax = g_astOv12870ModeTbl[pstSnsState->u8ImgMode].u32VMax * in cmos_set_pixel_detect()
621 u32Vmax = MIN(u32Vmax, OV12870_FULL_LINES_MAX); in cmos_set_pixel_detect()
622 u32CoarseTime = u32Vmax - g_astOv12870ModeTbl[pstSnsState->u8ImgMode].u32ExpLineLimit; in cmos_set_pixel_detect()
630 ov12870_write_register(vi_pipe, OV12870_VMAX_L, LOW_8BITS(u32Vmax)); in cmos_set_pixel_detect()
631 ov12870_write_register(vi_pipe, OV12870_VMAX_H, HIGH_8BITS(u32Vmax)); in cmos_set_pixel_detect()
633 u32Vmax = pstSnsState->u32FLStd; in cmos_set_pixel_detect()
634 ov12870_write_register(vi_pipe, OV12870_VMAX_L, LOW_8BITS(u32Vmax)); in cmos_set_pixel_detect()
635 ov12870_write_register(vi_pipe, OV12870_VMAX_L, HIGH_8BITS(u32Vmax)); in cmos_set_pixel_detect()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx458/
H A Dimx458_cmos.c573 HI_U32 u32Vmax; in cmos_set_pixel_detect() local
581 u32Vmax = g_astImx458ModeTbl[pstSnsState->u8ImgMode].u32VMax * in cmos_set_pixel_detect()
583 u32Vmax = MIN(u32Vmax, IMX458_FULL_LINES_MAX); in cmos_set_pixel_detect()
584 u32CoarseTime = u32Vmax - g_astImx458ModeTbl[pstSnsState->u8ImgMode].u32ExpLineLimit; in cmos_set_pixel_detect()
597 imx458_write_register(vi_pipe, IMX458_VMAX_L, (u32Vmax & 0xFF)); in cmos_set_pixel_detect()
598 imx458_write_register(vi_pipe, IMX458_VMAX_H, ((u32Vmax >> 8) & 0xFF)); /* shift 8 */ in cmos_set_pixel_detect()
600 u32Vmax = pstSnsState->u32FLStd; in cmos_set_pixel_detect()
601 imx458_write_register(vi_pipe, IMX458_VMAX_L, (u32Vmax & 0xFF)); in cmos_set_pixel_detect()
602 imx458_write_register(vi_pipe, IMX458_VMAX_H, ((u32Vmax >> in cmos_set_pixel_detect()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_comm_video.h317 HI_U32 u32Vmax; /* Sensor Vmax,unit is line */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_comm_3a.h248 HI_U32 u32Vmax; /* unit is line */ member
H A Dhi_comm_video.h314 HI_U32 u32Vmax; /* Sensor Vmax,unit is line */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_comm_3a.h248 HI_U32 u32Vmax; /* unit is line */ member
H A Dhi_comm_video.h313 HI_U32 u32Vmax; /* Sensor Vmax,unit is line */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/include/
H A Dhi_comm_3a.h248 HI_U32 u32Vmax; /* unit is line */ member

Completed in 12 milliseconds