Searched refs:fmt_cap (Results 1 - 5 of 5) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-kthread-cap.c96 if (dev->fmt_cap->alpha_mask) {
101 *cap & dev->fmt_cap->alpha_mask)
104 !(*cap & dev->fmt_cap->alpha_mask))
452 if (dev->fmt_cap->data_offset[p]) {
453 memset(vbuf, dev->fmt_cap->data_offset[p] & 0xff,
454 dev->fmt_cap->data_offset[p]);
455 vbuf += dev->fmt_cap->data_offset[p];
677 dev->fb_cap.fmt.pixelformat == dev->fmt_cap->fourcc)
H A Dvivid-vid-cap.c144 dev->fmt_cap->data_offset[p];
176 if (WARN_ON(NULL == dev->fmt_cap))
189 dev->fmt_cap->data_offset[p];
198 vb->v4l2_planes[p].data_offset = dev->fmt_cap->data_offset[p];
511 mp->pixelformat = dev->fmt_cap->fourcc;
513 mp->num_planes = dev->fmt_cap->planes;
518 dev->fmt_cap->data_offset[p];
627 dev->fmt_cap = vivid_get_format(dev, mp->pixelformat);
720 tpg_s_fourcc(&dev->tpg, dev->fmt_cap->fourcc);
1138 if (i && dev->fb_cap.fmt.pixelformat != dev->fmt_cap
[all...]
H A Dvivid-core.h351 const struct vivid_fmt *fmt_cap; member in struct:vivid_dev
H A Dvivid-core.c935 dev->fmt_cap = &vivid_formats[0];
941 tpg_s_fourcc(&dev->tpg, dev->fmt_cap->fourcc);
993 dev->fb_cap.fmt.pixelformat = dev->fmt_cap->fourcc;
H A Dvivid-vid-common.c209 if (dev->fmt_cap->fourcc != dev->fmt_out->fourcc)

Completed in 18 milliseconds