Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:yres

207     size_t size = roundUpToPageSize(info.yres * info.xres *
238 info.yres_virtual, info.yres*2);
250 info.height = (uint32_t)(((float)(info.yres) * 25.4f)/160.0f + 0.5f);
254 float ydpi = ((float)(info.yres) * 25.4f) / (float)info.height;
274 "yres = %d px\n"
284 info.yres,
326 module->numBuffers = info.yres_virtual / info.yres;
329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
334 module->fbFormat, info.xres, info.yres);
411 const_cast<uint32_t&>(dev->device.height) = m->info.yres;