Searched refs:height_min (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_common.c | 19 .height_min = 720, .height_max = 720, .height_step = 50}, 22 .height_min = 100, .height_max = 1000, .height_step = 50}, 25 .height_min = 1080, .height_max = 1080, .height_step = 0},
|
D | video_emul.c | 37 fmt.height = caps.format_caps[i].height_min; in ZTEST() 43 zexpect_equal(fmt.height, caps.format_caps[i].height_min); in ZTEST() 51 zexpect_equal(fmt.height, caps.format_caps[i].height_min); in ZTEST() 53 fmt.height = caps.format_caps[i].height_min; in ZTEST()
|
/Zephyr-latest/drivers/video/ |
D | video_mcux_smartdma.c | 225 .height_min = SDMA_VBUF_HEIGHT, 250 (fmt->height != fmts[0].height_min) || in nxp_video_sdma_set_format() 289 (fmt->height != fmts[0].height_min) || in nxp_video_sdma_get_format() 294 fmt->height = fmts[0].height_min; in nxp_video_sdma_get_format()
|
D | video_sw_generator.c | 45 .height_min = 64, 53 .height_min = 64, 72 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in video_sw_generator_set_fmt() 324 (fie->format->height < fmts[i].height_min)) { in video_sw_generator_enum_frmival()
|
D | gc2145.c | 696 .height_min = height, .height_max = height, .width_step = 0, .height_step = 0, \ 930 h = fmts[res].height_min; in gc2145_set_resolution() 1043 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in gc2145_set_fmt() 1154 fmt.height = fmts[QVGA_RESOLUTION].height_min; in gc2145_init()
|
D | ov7670.c | 188 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 374 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in ov7670_set_fmt()
|
D | mt9m114.c | 177 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 400 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in mt9m114_set_fmt()
|
D | video_common.c | 96 IN_RANGE(fmt->height, fmts[i].height_min, fmts[i].height_max)) { in video_format_caps_index()
|
D | video_emul_imager.c | 145 .height_min = (height), \ 474 fmt.height = fmts[0].height_min; in emul_imager_init()
|
D | ov2640.c | 451 .height_min = (height), \ 889 if (fmts[i].width_min == width && fmts[i].height_min == height && in ov2640_set_fmt()
|
D | ov5640.c | 405 .height_min = (height), .height_max = (height), .width_step = 0, .height_step = 0 \ 562 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in ov5640_set_fmt()
|
D | ov7725.c | 535 .height_min = 480,
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 65 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 126 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 77 uint32_t height_min; member
|