Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A Dps5260_2l_cmos.c369 HI_U32 lines, lines_max, vmax; in cmos_fps_set() local
386 vmax = lines * max_fps / SNS_DIV_0_TO_1_FLOAT(fps); in cmos_fps_set()
387 vmax = (vmax > lines_max) ? lines_max : vmax; in cmos_fps_set()
389 sns_state->u32FLStd = vmax; in cmos_fps_set()
410 g_vmax_target[vi_pipe] = vmax; in cmos_fps_set()
412 g_pre_int_total_time[vi_pipe] = vmax; in cmos_fps_set()
413 if ((g_vmax_ts[vi_pipe] >> 1) > vmax) { in cmos_fps_set()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/
H A Dov2775_cmos.c653 HI_U32 lines, lines_max, vmax; in cmos_fps_set() local
671 vmax = lines * max_fps / SNS_DIV_0_TO_1_FLOAT(fps); in cmos_fps_set()
672 vmax = (vmax > lines_max) ? lines_max : vmax; in cmos_fps_set()
674 sns_state->u32FLStd = vmax; in cmos_fps_set()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
H A Dhi_comm_video_adapt.h185 hi_u32 vmax; /* sensor vmax,unit is line */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_3a_adapt.h183 hi_u32 vmax; /* unit is line */ member
H A Dhi_comm_video_adapt.h181 hi_u32 vmax; /* sensor vmax,unit is line */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_video_adapt.h182 hi_u32 vmax; /* sensor vmax,unit is line */ member
H A Dhi_comm_3a_adapt.h183 hi_u32 vmax; /* unit is line */ member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c2709 int vsync, vmin, vmax; in mode_in_vsync_range() local
2715 vmax = t[0x6]; in mode_in_vsync_range()
2717 vmax += ((t[0x4] & 0x02) ? 0xff : 0); in mode_in_vsync_range()
2721 return (vsync <= vmax && vsync >= vmin); in mode_in_vsync_range()

Completed in 17 milliseconds