Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:yres

205     int  size = roundUpToPageSize(info.yres * info.xres *
236 info.yres_virtual, info.yres*2);
248 info.height = ((info.yres * 25.4f)/160.0f + 0.5f);
252 float ydpi = (info.yres * 25.4f) / info.height;
271 "yres = %d px\n"
281 info.yres,
324 module->numBuffers = info.yres_virtual / info.yres;
327 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
332 module->fbFormat, info.xres, info.yres);
410 const_cast<uint32_t&>(dev->device.height) = m->info.yres;