Searched refs:VIDEO_PIX_FMT_RGB565 (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/drivers/video/ |
D | ov2640.c | 458 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 …]
|
D | gc2145.c | 707 [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()
|
D | ov7670.c | 192 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()
|
D | mt9m114.c | 181 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()
|
D | video_sw_generator.c | 42 .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,
|
D | ov7725.c | 234 { .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()
|
D | video_mcux_csi.c | 113 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()
|
D | video_emul_imager.c | 151 [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()
|
D | ov5640.c | 409 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()
|
D | video_mcux_smartdma.c | 222 .pixelformat = VIDEO_PIX_FMT_RGB565,
|
/Zephyr-latest/tests/drivers/video/api/src/ |
D | video_common.c | 17 [RGB565] = {.pixelformat = VIDEO_PIX_FMT_RGB565, 77 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in ZTEST()
|
/Zephyr-latest/samples/drivers/video/capture_to_lvgl/src/ |
D | main.c | 80 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in main()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | video.h | 848 #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/ |
D | check_test_pattern.h | 130 } else if (fmt.pixelformat == VIDEO_PIX_FMT_RGB565) { in is_colorbar_ok()
|
D | main.c | 46 case VIDEO_PIX_FMT_RGB565: in display_setup()
|