Lines Matching refs:fbuf

626 	vout->fbuf.fmt.height = timing->y_res;
627 vout->fbuf.fmt.width = timing->x_res;
668 vout->fbuf.fmt.height = timing->x_res;
669 vout->fbuf.fmt.width = timing->y_res;
671 vout->fbuf.fmt.height = timing->y_res;
672 vout->fbuf.fmt.width = timing->x_res;
691 omap_vout_new_format(&vout->pix, &vout->fbuf, &vout->crop, &vout->win);
711 ret = omap_vout_try_window(&vout->fbuf, win);
731 ret = omap_vout_new_window(&vout->crop, &vout->win, &vout->fbuf, win);
742 if (vout->fbuf.flags & (V4L2_FBUF_FLAG_CHROMAKEY |
747 if (vout->fbuf.flags & V4L2_FBUF_FLAG_SRC_CHROMAKEY)
803 omap_vout_default_crop(&vout->pix, &vout->fbuf, &sel->r);
847 vout->fbuf.fmt.height = timing->x_res;
848 vout->fbuf.fmt.width = timing->y_res;
850 vout->fbuf.fmt.height = timing->y_res;
851 vout->fbuf.fmt.width = timing->x_res;
855 &vout->fbuf, &sel->r);
1143 vout->fbuf.flags |= V4L2_FBUF_FLAG_SRC_CHROMAKEY;
1146 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_SRC_CHROMAKEY;
1149 vout->fbuf.flags |= V4L2_FBUF_FLAG_CHROMAKEY;
1152 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_CHROMAKEY;
1171 vout->fbuf.flags |= V4L2_FBUF_FLAG_LOCAL_ALPHA;
1174 vout->fbuf.flags &= ~V4L2_FBUF_FLAG_LOCAL_ALPHA;
1210 vout->fbuf.fmt.height = timing->y_res;
1211 vout->fbuf.fmt.width = timing->x_res;
1215 a->fmt.height = vout->fbuf.fmt.height;
1216 a->fmt.width = vout->fbuf.fmt.width;
1217 a->fmt.bytesperline = vout->fbuf.fmt.width * 4;
1219 a->base = vout->fbuf.base;
1221 a->flags = vout->fbuf.flags;
1222 a->capability = vout->fbuf.capability;
1334 vout->fbuf.fmt.width = display->panel.timings.x_res;
1335 vout->fbuf.fmt.height = display->panel.timings.y_res;
1339 vout->fbuf.flags = V4L2_FBUF_FLAG_OVERLAY;
1340 vout->fbuf.capability = V4L2_FBUF_CAP_LOCAL_ALPHA |
1345 vout->fbuf.capability |= V4L2_FBUF_CAP_GLOBAL_ALPHA;
1346 vout->fbuf.flags |= V4L2_FBUF_FLAG_GLOBAL_ALPHA;
1352 omap_vout_new_format(pix, &vout->fbuf, &vout->crop, &vout->win);
1479 * To be precise: fbuf.base should match smem_start of
1482 vout->fbuf.base = (void *)(uintptr_t)info.paddr;