Searched refs:v4l2_find_nearest_size (Results 1 – 22 of 22) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | imx214.c | 612 mode = v4l2_find_nearest_size(imx214_modes, in imx214_set_format() 839 mode = v4l2_find_nearest_size(imx214_modes, in imx214_start_streaming() 930 mode = v4l2_find_nearest_size(imx214_modes, in imx214_enum_frame_interval()
|
H A D | imx283.c | 765 mode = v4l2_find_nearest_size(mode_list, num_modes, width, height, in imx283_set_ctrl() 967 mode = v4l2_find_nearest_size(mode_list, num_modes, width, height, in imx283_set_pad_format() 1049 mode = v4l2_find_nearest_size(mode_list, num_modes, width, height, in imx283_start_streaming()
|
H A D | ov13858.c | 1364 mode = v4l2_find_nearest_size(supported_modes, in ov13858_set_pad_format()
|
H A D | ov5645.c | 862 new_mode = v4l2_find_nearest_size(ov5645_mode_info_data, in ov5645_set_format()
|
H A D | hi847.c | 2650 mode = v4l2_find_nearest_size(supported_modes, in hi847_set_format()
|
H A D | imx334.c | 912 mode = v4l2_find_nearest_size(supported_modes, in imx334_set_pad_format()
|
H A D | og01a1b.c | 773 mode = v4l2_find_nearest_size(supported_modes, in og01a1b_set_format()
|
H A D | imx355.c | 1350 mode = v4l2_find_nearest_size(supported_modes, in imx355_set_pad_format()
|
H A D | imx319.c | 2052 mode = v4l2_find_nearest_size(supported_modes, in imx319_set_pad_format()
|
H A D | ov08d10.c | 1140 mode = v4l2_find_nearest_size(ov08d10->priv_lane->sp_modes, in ov08d10_set_format()
|
H A D | ov5675.c | 1031 mode = v4l2_find_nearest_size(supported_modes, in ov5675_set_format()
|
H A D | ov13b10.c | 1049 mode = v4l2_find_nearest_size(supported_modes, in ov13b10_set_pad_format()
|
H A D | ov5647.c | 1000 mode = v4l2_find_nearest_size(ov5647_modes, ARRAY_SIZE(ov5647_modes), in ov5647_set_pad_fmt()
|
H A D | gc08a3.c | 717 mode = v4l2_find_nearest_size(gc08a3_modes, ARRAY_SIZE(gc08a3_modes), in gc08a3_set_format()
|
H A D | gc05a2.c | 742 mode = v4l2_find_nearest_size(gc05a2_modes, ARRAY_SIZE(gc05a2_modes), in gc05a2_set_format()
|
H A D | ov7251.c | 1230 new_mode = v4l2_find_nearest_size(ov7251_mode_info_data, in ov7251_set_format()
|
H A D | hi846.c | 1736 v4l2_find_nearest_size(supported_modes, in hi846_set_format()
|
H A D | imx258.c | 920 mode = v4l2_find_nearest_size(supported_modes, in imx258_set_pad_format()
|
H A D | ov5648.c | 2248 mode = v4l2_find_nearest_size(ov5648_modes, ARRAY_SIZE(ov5648_modes), in ov5648_set_fmt()
|
H A D | thp7312.c | 314 mode = v4l2_find_nearest_size(thp7312_mode_info_data, in thp7312_find_mode()
|
H A D | ov8865.c | 2732 mode = v4l2_find_nearest_size(ov8865_modes, ARRAY_SIZE(ov8865_modes), in ov8865_set_fmt()
|
/linux/include/media/ |
H A D | v4l2-common.h | 410 #define v4l2_find_nearest_size(array, array_size, width_field, height_field, \ macro
|