Searched refs:V4L2_PIX_FMT_HSV24 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_pipe.c | 141 { V4L2_PIX_FMT_HSV24, MEDIA_BUS_FMT_AHSV8888_1X32, 242 case V4L2_PIX_FMT_HSV24: in vsp1_get_format_info()
|
H A D | vsp1_video.c | 127 if (info->fourcc == V4L2_PIX_FMT_HSV24 || in __vsp1_video_try_format()
|
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 29 { V4L2_PIX_FMT_HSV24, 3, 3, 1, 3, 3, 1, 1, 3, 1, V4L2_FWHT_FL_PIXENC_HSV}, 165 case V4L2_PIX_FMT_HSV24: in prepare_raw_frame()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-packed-hsv.rst | 122 - ``V4L2_PIX_FMT_HSV24``
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 652 .fourcc = V4L2_PIX_FMT_HSV24, /* HSV 24bits */
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-common.c | 240 …{ .format = V4L2_PIX_FMT_HSV24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
|
H A D | v4l2-ioctl.c | 1005 bool is_hsv = pixelformat == V4L2_PIX_FMT_HSV24 || in v4l_sanitize_colorspace() 1427 case V4L2_PIX_FMT_HSV24: descr = "24-bit HSV 8-8-8"; break; in v4l_fill_fmtdesc()
|
/openbmc/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 378 case V4L2_PIX_FMT_HSV24: in tpg_s_fourcc() 430 case V4L2_PIX_FMT_HSV24: in tpg_s_fourcc() 1384 case V4L2_PIX_FMT_HSV24: in gen_twopix()
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 734 #define V4L2_PIX_FMT_HSV24 v4l2_fourcc('H', 'S', 'V', '3') macro
|