Home
last modified time | relevance | path

Searched refs:height_min (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c19 .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},
Dvideo_emul.c37 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/
Dvideo_mcux_smartdma.c225 .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()
Dvideo_sw_generator.c45 .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()
Dgc2145.c696 .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()
Dov7670.c188 .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()
Dmt9m114.c177 .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()
Dvideo_common.c96 IN_RANGE(fmt->height, fmts[i].height_min, fmts[i].height_max)) { in video_format_caps_index()
Dvideo_emul_imager.c145 .height_min = (height), \
474 fmt.height = fmts[0].height_min; in emul_imager_init()
Dov2640.c451 .height_min = (height), \
889 if (fmts[i].width_min == width && fmts[i].height_min == height && in ov2640_set_fmt()
Dov5640.c405 .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()
Dov7725.c535 .height_min = 480,
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c65 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
/Zephyr-latest/samples/drivers/video/capture/src/
Dmain.c126 fcap->width_min, fcap->width_max, fcap->width_step, fcap->height_min, in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h77 uint32_t height_min; member