Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:yres

208     unsigned int size = roundUpToPageSize(info.yres * info.xres *
239 info.yres_virtual, info.yres*2);
251 info.height = (uint32_t)(((float)(info.yres) * 25.4f)/160.0f + 0.5f);
255 float ydpi = ((float)(info.yres) * 25.4f) / (float)info.height;
275 "yres = %d px\n"
285 info.yres,
327 module->numBuffers = info.yres_virtual / info.yres;
330 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
335 module->fbFormat, info.xres, info.yres);
412 const_cast<uint32_t&>(dev->device.height) = m->info.yres;