Lines Matching refs:height
60 rec.width, rec.stride, rec.height, rec.format, rec.usage,
65 rec.width, rec.stride, rec.height, rec.format, rec.usage,
84 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height,
92 if (!width || !height)
93 width = height = 1;
99 auto error = descriptor->setDimensions(width, height);
101 ALOGE("Failed to set dimensions to (%u, %u): %d", width, height, error);
125 width, height, format, usage, error);
140 rec.height = height;
144 rec.size = static_cast<size_t>(height * (*stride) * bpp);