Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:yres

211     unsigned int size = roundUpToPageSize(info.yres * info.xres *
242 info.yres_virtual, info.yres*2);
254 info.height = (uint32_t)(((float)(info.yres) * 25.4f)/160.0f + 0.5f);
258 float ydpi = ((float)(info.yres) * 25.4f) / (float)info.height;
278 "yres = %d px\n"
288 info.yres,
330 module->numBuffers = info.yres_virtual / info.yres;
333 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
364 module->fbFormat, info.xres, info.yres);
441 const_cast<uint32_t&>(dev->device.height) = m->info.yres;