Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov2640.c458 OV2640_VIDEO_FORMAT_CAP(160, 120, VIDEO_PIX_FMT_RGB565), /* QQVGA */
459 OV2640_VIDEO_FORMAT_CAP(176, 144, VIDEO_PIX_FMT_RGB565), /* QCIF */
460 OV2640_VIDEO_FORMAT_CAP(240, 160, VIDEO_PIX_FMT_RGB565), /* HQVGA */
461 OV2640_VIDEO_FORMAT_CAP(240, 240, VIDEO_PIX_FMT_RGB565), /* 240x240 */
462 OV2640_VIDEO_FORMAT_CAP(320, 240, VIDEO_PIX_FMT_RGB565), /* QVGA */
463 OV2640_VIDEO_FORMAT_CAP(352, 288, VIDEO_PIX_FMT_RGB565), /* CIF */
464 OV2640_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565), /* VGA */
465 OV2640_VIDEO_FORMAT_CAP(800, 600, VIDEO_PIX_FMT_RGB565), /* SVGA */
466 OV2640_VIDEO_FORMAT_CAP(1024, 768, VIDEO_PIX_FMT_RGB565), /* XVGA */
467 OV2640_VIDEO_FORMAT_CAP(1280, 1024, VIDEO_PIX_FMT_RGB565), /* SXGA */
[all …]
Dgc2145.c707 [QVGA_RESOLUTION] = GC2145_VIDEO_FORMAT_CAP(320, 240, VIDEO_PIX_FMT_RGB565), /* QVGA */
708 [VGA_RESOLUTION] = GC2145_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565), /* VGA */
709 [UXGA_RESOLUTION] = GC2145_VIDEO_FORMAT_CAP(1600, 1200, VIDEO_PIX_FMT_RGB565), /* UXGA */
893 if (output_format != VIDEO_PIX_FMT_RGB565) { in gc2145_set_output_format()
1031 if (fmt->pixelformat != VIDEO_PIX_FMT_RGB565) { in gc2145_set_fmt()
1152 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in gc2145_init()
Dov7670.c192 OV7670_VIDEO_FORMAT_CAP(176, 144, VIDEO_PIX_FMT_RGB565), /* QCIF */
193 OV7670_VIDEO_FORMAT_CAP(320, 240, VIDEO_PIX_FMT_RGB565), /* QVGA */
194 OV7670_VIDEO_FORMAT_CAP(352, 288, VIDEO_PIX_FMT_RGB565), /* CIF */
195 OV7670_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565), /* VGA */
360 if (fmt->pixelformat != VIDEO_PIX_FMT_RGB565 && fmt->pixelformat != VIDEO_PIX_FMT_YUYV) { in ov7670_set_fmt()
Dmt9m114.c181 MT9M114_VIDEO_FORMAT_CAP(480, 272, VIDEO_PIX_FMT_RGB565),
183 MT9M114_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565),
185 MT9M114_VIDEO_FORMAT_CAP(1280, 720, VIDEO_PIX_FMT_RGB565),
381 } else if (pixel_format == VIDEO_PIX_FMT_RGB565) { in mt9m114_set_output_format()
538 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in mt9m114_init()
Dvideo_sw_generator.c42 .pixelformat = VIDEO_PIX_FMT_RGB565,
134 if (data->fmt.pixelformat == VIDEO_PIX_FMT_RGB565) { in __fill_buffer_colorbar()
362 .fmt.pixelformat = VIDEO_PIX_FMT_RGB565,
Dov7725.c234 { .pixel_format = VIDEO_PIX_FMT_RGB565, .com7 = (1 << 2) | (2) }
430 if (fmt->pixelformat != VIDEO_PIX_FMT_RGB565 || fmt->height != 480 || in ov7725_set_fmt()
532 .pixelformat = VIDEO_PIX_FMT_RGB565,
602 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in ov7725_init()
Dvideo_mcux_csi.c113 fmt->pixelformat = isGetFmt ? VIDEO_PIX_FMT_XRGB32 : VIDEO_PIX_FMT_RGB565; in video_pix_fmt_convert()
118 case VIDEO_PIX_FMT_RGB565: in video_pix_fmt_convert()
119 fmt->pixelformat = isGetFmt ? VIDEO_PIX_FMT_XRGB32 : VIDEO_PIX_FMT_RGB565; in video_pix_fmt_convert()
367 if (fmts[i].pixelformat == VIDEO_PIX_FMT_RGB565) { in video_mcux_csi_get_caps()
Dvideo_emul_imager.c151 [RGB565_64x20] = EMUL_IMAGER_VIDEO_FORMAT_CAP(64, 20, VIDEO_PIX_FMT_RGB565),
340 case VIDEO_PIX_FMT_RGB565: in emul_imager_fill_framebuffer()
350 VIDEO_PIX_FMT_YUYV, VIDEO_PIX_FMT_RGB565); in emul_imager_fill_framebuffer()
Dov5640.c409 OV5640_VIDEO_FORMAT_CAP(1280, 720, VIDEO_PIX_FMT_RGB565),
411 OV5640_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565),
1018 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in ov5640_init()
Dvideo_mcux_smartdma.c222 .pixelformat = VIDEO_PIX_FMT_RGB565,
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c17 [RGB565] = {.pixelformat = VIDEO_PIX_FMT_RGB565,
77 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in ZTEST()
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/
Dmain.c80 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in main()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h848 #define VIDEO_PIX_FMT_RGB565 video_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */ macro
902 case VIDEO_PIX_FMT_RGB565: in video_pix_fmt_bpp()
/Zephyr-latest/samples/drivers/video/capture/src/
Dcheck_test_pattern.h130 } else if (fmt.pixelformat == VIDEO_PIX_FMT_RGB565) { in is_colorbar_ok()
Dmain.c46 case VIDEO_PIX_FMT_RGB565: in display_setup()