Searched refs:width_min (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/drivers/video/ |
D | video_mcux_smartdma.c | 223 .width_min = SDMA_VBUF_WIDTH, 249 (fmt->width != fmts[0].width_min) || in nxp_video_sdma_set_format() 251 (fmt->pitch != fmts[0].width_min * 2)) { in nxp_video_sdma_set_format() 288 (fmt->width != fmts[0].width_min) || in nxp_video_sdma_get_format() 290 (fmt->pitch != fmts[0].width_min * 2)) { in nxp_video_sdma_get_format() 293 fmt->width = fmts[0].width_min; in nxp_video_sdma_get_format() 295 fmt->pitch = fmts[0].width_min * 2; in nxp_video_sdma_get_format()
|
D | video_sw_generator.c | 43 .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() 322 (fie->format->width < fmts[i].width_min) || in video_sw_generator_enum_frmival()
|
D | gc2145.c | 695 .pixelformat = format, .width_min = width, .width_max = width, \ 929 w = fmts[res].width_min; in gc2145_set_resolution() 1043 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in gc2145_set_fmt() 1153 fmt.width = fmts[QVGA_RESOLUTION].width_min; in gc2145_init() 1155 fmt.pitch = fmts[QVGA_RESOLUTION].width_min * 2; in gc2145_init()
|
D | ov7670.c | 187 .pixelformat = (format), .width_min = (width), .width_max = (width), \ 374 if (fmts[i].width_min == fmt->width && fmts[i].height_min == fmt->height && in ov7670_set_fmt() 377 switch (fmts[i].width_min) { in ov7670_set_fmt()
|
D | mt9m114.c | 176 .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()
|
D | video_common.c | 95 IN_RANGE(fmt->width, fmts[i].width_min, fmts[i].width_max) && in video_format_caps_index()
|
D | video_emul_imager.c | 143 .width_min = (width), \ 473 fmt.width = fmts[0].width_min; in emul_imager_init()
|
D | ov2640.c | 449 .width_min = (width), \ 889 if (fmts[i].width_min == width && fmts[i].height_min == height && in ov2640_set_fmt()
|
D | ov5640.c | 404 .pixelformat = (format), .width_min = (width), .width_max = (width), \ 561 if (fmt->pixelformat == fmts[i].pixelformat && fmt->width >= fmts[i].width_min && in ov5640_set_fmt()
|
D | ov7725.c | 533 .width_min = 640,
|
/Zephyr-latest/tests/drivers/video/api/src/ |
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,
|
D | video_emul.c | 38 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/ |
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 | 73 uint32_t width_min; member
|