Home
last modified time | relevance | path

Searched refs:colorspace_out (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-vid-out.c240 dev->colorspace_out = V4L2_COLORSPACE_SMPTE170M; in vivid_update_format_out()
261 dev->colorspace_out = V4L2_COLORSPACE_SMPTE170M; in vivid_update_format_out()
263 dev->colorspace_out = V4L2_COLORSPACE_REC709; in vivid_update_format_out()
265 dev->colorspace_out = V4L2_COLORSPACE_SRGB; in vivid_update_format_out()
332 mp->colorspace = dev->colorspace_out; in vivid_g_fmt_vid_out()
567 dev->colorspace_out = mp->colorspace; in vivid_s_fmt_vid_out()
Dvivid-core.h345 u32 colorspace_out; member
Dvivid-ctrls.c950 dev->colorspace_out = V4L2_COLORSPACE_SMPTE170M; in vivid_vid_out_s_ctrl()
952 dev->colorspace_out = V4L2_COLORSPACE_REC709; in vivid_vid_out_s_ctrl()
955 dev->colorspace_out = V4L2_COLORSPACE_SRGB; in vivid_vid_out_s_ctrl()
Dvivid-vid-cap.c495 return dev->colorspace_out; in vivid_colorspace_cap()