Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c231 dev->colorspace_out = V4L2_COLORSPACE_SMPTE170M; in vivid_update_format_out()
252 dev->colorspace_out = V4L2_COLORSPACE_SMPTE170M; in vivid_update_format_out()
254 dev->colorspace_out = V4L2_COLORSPACE_REC709; in vivid_update_format_out()
256 dev->colorspace_out = V4L2_COLORSPACE_SRGB; in vivid_update_format_out()
323 mp->colorspace = dev->colorspace_out; in vivid_g_fmt_vid_out()
558 dev->colorspace_out = mp->colorspace; in vivid_s_fmt_vid_out()
H A Dvivid-core.h459 u32 colorspace_out; member
H A Dvivid-ctrls.c1136 dev->colorspace_out = V4L2_COLORSPACE_SMPTE170M; in vivid_vid_out_s_ctrl()
1138 dev->colorspace_out = V4L2_COLORSPACE_REC709; in vivid_vid_out_s_ctrl()
1141 dev->colorspace_out = V4L2_COLORSPACE_SRGB; in vivid_vid_out_s_ctrl()
H A Dvivid-vid-cap.c492 return dev->colorspace_out; in vivid_colorspace_cap()