Searched refs:width_max (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_emul.c | 50 zexpect_equal(fmt.width, caps.format_caps[i].width_max); in ZTEST() 54 fmt.width = caps.format_caps[i].width_max; in ZTEST() 62 fmt.width = caps.format_caps[i].width_max; in ZTEST() 66 zexpect_equal(fmt.width, caps.format_caps[i].width_max); in ZTEST() 154 fmt.width = caps.format_caps[0].width_max; in ZTEST()
|
D | video_common.c | 18 .width_min = 1280, .width_max = 1280, .width_step = 50, 21 .width_min = 100, .width_max = 1000, .width_step = 50, 24 .width_min = 1920, .width_max = 1920, .width_step = 0,
|
/Zephyr-latest/drivers/video/ |
D | video_sw_generator.c | 44 .width_max = 1920, 52 .width_max = 1920, 72 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in video_sw_generator_set_fmt() 321 if ((i == ARRAY_SIZE(fmts)) || (fie->format->width > fmts[i].width_max) || in video_sw_generator_enum_frmival()
|
D | mt9m114.c | 176 .pixelformat = (format), .width_min = (width), .width_max = (width), \ 400 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in mt9m114_set_fmt()
|
D | video_common.c | 95 IN_RANGE(fmt->width, fmts[i].width_min, fmts[i].width_max) && in video_format_caps_index()
|
D | video_mcux_smartdma.c | 224 .width_max = SDMA_VBUF_WIDTH,
|
D | ov7670.c | 187 .pixelformat = (format), .width_min = (width), .width_max = (width), \
|
D | ov5640.c | 404 .pixelformat = (format), .width_min = (width), .width_max = (width), \ 562 fmt->width <= fmts[i].width_max && fmt->height >= fmts[i].height_min && in ov5640_set_fmt()
|
D | gc2145.c | 695 .pixelformat = format, .width_min = width, .width_max = width, \
|
D | video_emul_imager.c | 144 .width_max = (width), \
|
D | ov7725.c | 534 .width_max = 640,
|
D | ov2640.c | 450 .width_max = (width), \
|
/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 | 75 uint32_t width_max; member
|