Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:aligned_h

165                             int usage, int& aligned_w, int& aligned_h)
172 height, format, tileEnabled, aligned_w, aligned_h);
177 getUBwcWidthAndHeight(width, height, format, aligned_w, aligned_h);
182 aligned_h = height;
209 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
216 aligned_h = ALIGN(height, 64);
254 &aligned_w, &aligned_h, &bytesPerPixel);
266 int tile_enabled, int& aligned_w, int& aligned_h)
269 aligned_h = ALIGN(height, 32);
303 &aligned_w, &aligned_h);
803 int& aligned_w, int& aligned_h)
811 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height);
816 aligned_h = 0;