Searched refs:VIDEO_PIX_FMT_RGB565 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/drivers/video/ |
D | ov2640.c | 456 OV2640_VIDEO_FORMAT_CAP(160, 120, VIDEO_PIX_FMT_RGB565), /* QQVGA */ 457 OV2640_VIDEO_FORMAT_CAP(176, 144, VIDEO_PIX_FMT_RGB565), /* QCIF */ 458 OV2640_VIDEO_FORMAT_CAP(240, 160, VIDEO_PIX_FMT_RGB565), /* HQVGA */ 459 OV2640_VIDEO_FORMAT_CAP(320, 240, VIDEO_PIX_FMT_RGB565), /* QVGA */ 460 OV2640_VIDEO_FORMAT_CAP(352, 288, VIDEO_PIX_FMT_RGB565), /* CIF */ 461 OV2640_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565), /* VGA */ 462 OV2640_VIDEO_FORMAT_CAP(800, 600, VIDEO_PIX_FMT_RGB565), /* SVGA */ 463 OV2640_VIDEO_FORMAT_CAP(1024, 768, VIDEO_PIX_FMT_RGB565), /* XVGA */ 464 OV2640_VIDEO_FORMAT_CAP(1280, 1024, VIDEO_PIX_FMT_RGB565), /* SXGA */ 465 OV2640_VIDEO_FORMAT_CAP(1600, 1200, VIDEO_PIX_FMT_RGB565), /* UXGA */ [all …]
|
D | mt9m114.c | 271 } else if (pixel_format == VIDEO_PIX_FMT_RGB565) { in mt9m114_set_output_format() 292 if (fmt->pixelformat != VIDEO_PIX_FMT_RGB565 && fmt->pixelformat != VIDEO_PIX_FMT_YUYV) { in mt9m114_set_fmt() 363 MT9M114_VIDEO_FORMAT_CAP(640, 480, VIDEO_PIX_FMT_RGB565), /* VGA RGB565 */ 405 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in mt9m114_init()
|
D | video_sw_generator.c | 85 if (data->fmt.pixelformat == VIDEO_PIX_FMT_RGB565) { in __fill_buffer_colorbar() 188 .pixelformat = VIDEO_PIX_FMT_RGB565, 262 .fmt.pixelformat = VIDEO_PIX_FMT_RGB565,
|
D | ov7725.c | 236 { .pixel_format = VIDEO_PIX_FMT_RGB565, .com7 = (1 << 2) | (2) } 432 if (fmt->pixelformat != VIDEO_PIX_FMT_RGB565 || fmt->height != 480 || in ov7725_set_fmt() 534 .pixelformat = VIDEO_PIX_FMT_RGB565, 604 fmt.pixelformat = VIDEO_PIX_FMT_RGB565; in ov7725_init()
|
D | video_mcux_csi.c | 45 case VIDEO_PIX_FMT_RGB565: in video_pix_fmt_bpp()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | video.h | 612 #define VIDEO_PIX_FMT_RGB565 video_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */ macro
|