Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:dpyAttr

90     ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = fb_fd;
92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
93 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres = info.xres;
94 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].yres = info.yres;
95 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xdpi = xdpi;
96 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].ydpi = ydpi;
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
104 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true;
213 IFBUpdate::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres,
234 MDPComp::getObject(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].xres,
277 if(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd) {
278 close(ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd);
279 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].fd = -1;
326 float fbWidth = ctx->dpyAttr[dpy].xres;
327 float fbHeight = ctx->dpyAttr[dpy].yres;
626 return ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive;
722 fbFd = ctx->dpyAttr[dpy].fd;
773 int hw_w = ctx->dpyAttr[dpy].xres;
774 int hw_h = ctx->dpyAttr[dpy].yres;
848 int fb_stride = ctx->dpyAttr[dpy].stride;
849 int fb_width = ctx->dpyAttr[dpy].xres;
850 int fb_height = ctx->dpyAttr[dpy].yres;
851 int fb_fd = ctx->dpyAttr[dpy].fd;
1002 int hw_w = ctx->dpyAttr[dpy].xres;
1003 int hw_h = ctx->dpyAttr[dpy].yres;