Home
last modified time | relevance | path

Searched refs:raw_rect (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c1499 line_time = div_u64(line_time, vblank_def + sensor->raw_rect.height); in rkcif_get_linetime()
4938 frame_time_ns = (vblank + dev->terminal_sensor.raw_rect.height) * in rkcif_do_stop_stream()
5343 dev->terminal_sensor.selection.r = dev->terminal_sensor.raw_rect; in rkcif_sync_crop_info()
6397 dev->terminal_sensor.raw_rect = input_rect; in rkcif_set_fmt()
6912 struct v4l2_rect *raw_rect = &dev->terminal_sensor.raw_rect; in rkcif_cropcap() local
6921 cap->bounds.left = raw_rect->left; in rkcif_cropcap()
6922 cap->bounds.top = raw_rect->top; in rkcif_cropcap()
6923 cap->bounds.width = raw_rect->width; in rkcif_cropcap()
6924 cap->bounds.height = raw_rect->height; in rkcif_cropcap()
6943 struct v4l2_rect *raw_rect = &dev->terminal_sensor.raw_rect; in rkcif_s_selection() local
[all …]
H A Dprocfs.c248 struct v4l2_rect *rect = &sensor->raw_rect; in rkcif_show_format()
H A Dsubdev-itf.c864 cif_dev->wait_line_cache = sensor->raw_rect.height - cif_dev->early_line; in sditf_s_rx_buffer()
884 cif_dev->wait_line_cache = sensor->raw_rect.height - cif_dev->early_line; in sditf_s_rx_buffer()
H A Ddev.h219 struct v4l2_rect raw_rect; member