Home | History | Annotate | Download | only in libgralloc

Lines Matching refs:aligned_h

162                           int& aligned_h) {
174 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h);
177 aligned_h = hnd->height;
217 int usage, int& aligned_w, int& aligned_h)
224 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
226 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h);
229 aligned_h = height;
262 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
266 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height);
273 aligned_h = ALIGN(height, 64);
311 &aligned_w, &aligned_h, &bytesPerPixel);
324 int tile_enabled, int& aligned_w, int& aligned_h)
327 aligned_h = ALIGN(height, 32);
362 &aligned_w, &aligned_h);
985 int& aligned_w, int& aligned_h)
993 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height);
997 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height);
1002 aligned_h = 0;