Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_HSV24 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.c141 { V4L2_PIX_FMT_HSV24, MEDIA_BUS_FMT_AHSV8888_1X32,
242 case V4L2_PIX_FMT_HSV24: in vsp1_get_format_info()
H A Dvsp1_video.c127 if (info->fourcc == V4L2_PIX_FMT_HSV24 || in __vsp1_video_try_format()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.c29 { 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 Dpixfmt-packed-hsv.rst122 - ``V4L2_PIX_FMT_HSV24``
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c652 .fourcc = V4L2_PIX_FMT_HSV24, /* HSV 24bits */
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-common.c240 …{ .format = V4L2_PIX_FMT_HSV24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
H A Dv4l2-ioctl.c1005 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 Dv4l2-tpg-core.c378 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 Dvideodev2.h734 #define V4L2_PIX_FMT_HSV24 v4l2_fourcc('H', 'S', 'V', '3') macro