Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dvideo_mcux_smartdma.c219 .width_min = SDMA_VBUF_WIDTH,
245 (fmt->width != fmts[0].width_min) || in nxp_video_sdma_set_format()
247 (fmt->pitch != fmts[0].width_min * 2)) { in nxp_video_sdma_set_format()
284 (fmt->width != fmts[0].width_min) || in nxp_video_sdma_get_format()
286 (fmt->pitch != fmts[0].width_min * 2)) { in nxp_video_sdma_get_format()
289 fmt->width = fmts[0].width_min; in nxp_video_sdma_get_format()
291 fmt->pitch = fmts[0].width_min * 2; in nxp_video_sdma_get_format()
Dvideo_sw_generator.c43 .width_min = 64,
51 .width_min = 64,
71 if (fmt->pixelformat == fmts[i].pixelformat && fmt->width >= fmts[i].width_min && in video_sw_generator_set_fmt()
317 (fie->format->width < fmts[i].width_min) || in video_sw_generator_enum_frmival()
Dov7670.c190 .pixelformat = (format), .width_min = (width), .width_max = (width), \
377 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in ov7670_set_fmt()
380 switch (fmts[i].width_min) { in ov7670_set_fmt()
Dmt9m114.c176 .pixelformat = (format), .width_min = (width), .width_max = (width), \
399 if (fmt->pixelformat == fmts[i].pixelformat && fmt->width >= fmts[i].width_min && in mt9m114_set_fmt()
Dvideo_common.c95 IN_RANGE(fmt->width, fmts[i].width_min, fmts[i].width_max) && in video_format_caps_index()
Dvideo_emul_imager.c143 .width_min = (width), \
467 fmt.width = fmts[0].width_min; in emul_imager_init()
Dgc2145.c700 .pixelformat = format, .width_min = width, .width_max = width, \
1047 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in gc2145_set_fmt()
Dov2640.c449 .width_min = (width), \
889 if (fmts[i].width_min == width && fmts[i].height_min == height && in ov2640_set_fmt()
Dov5640.c566 .width_min = (width), \
787 if (fmt->pixelformat == fmts[i].pixelformat && fmt->width >= fmts[i].width_min && in ov5640_set_fmt()
Dov7725.c528 .width_min = 640,
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c18 .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,
Dvideo_emul.c38 fmt.width = caps.format_caps[i].width_min; in ZTEST()
42 zexpect_equal(fmt.width, caps.format_caps[i].width_min); in ZTEST()
46 fmt.width = caps.format_caps[i].width_min; in ZTEST()
58 zexpect_equal(fmt.width, caps.format_caps[i].width_min); in ZTEST()
/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.c125 fcap->width_min, fcap->width_max, fcap->width_step, in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h73 uint32_t width_min; member