Home
last modified time | relevance | path

Searched refs:fmt_cap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c113 dev->fmt_cap->vdownsampling[p] + in vid_cap_queue_setup()
114 dev->fmt_cap->data_offset[p]) in vid_cap_queue_setup()
120 dev->fmt_cap->vdownsampling[p] + in vid_cap_queue_setup()
121 dev->fmt_cap->data_offset[p]; in vid_cap_queue_setup()
142 if (WARN_ON(NULL == dev->fmt_cap)) in vid_cap_buf_prepare()
156 dev->fmt_cap->vdownsampling[p] + in vid_cap_buf_prepare()
157 dev->fmt_cap->data_offset[p]; in vid_cap_buf_prepare()
166 vb->planes[p].data_offset = dev->fmt_cap->data_offset[p]; in vid_cap_buf_prepare()
533 mp->pixelformat = dev->fmt_cap->fourcc; in vivid_g_fmt_vid_cap()
536 if (dev->fmt_cap->color_enc == TGP_COLOR_ENC_HSV) in vivid_g_fmt_vid_cap()
[all …]
/linux/drivers/media/spi/
H A Dgs1662.c64 static const struct v4l2_dv_timings fmt_cap[] = { variable
329 if (timings->index >= ARRAY_SIZE(fmt_cap)) in gs_enum_dv_timings()
335 timings->timings = fmt_cap[timings->index]; in gs_enum_dv_timings()