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;
218 int usage, int& aligned_w, int& aligned_h)
225 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
227 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h);
230 aligned_h = height;
263 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
267 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height);
274 aligned_h = ALIGN(height, 64);
312 &aligned_w, &aligned_h, &bytesPerPixel);
325 int tile_enabled, int& aligned_w, int& aligned_h)
328 aligned_h = ALIGN(height, 32);
366 &aligned_w, &aligned_h);
992 int& aligned_w, int& aligned_h)
1000 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height);
1004 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height);
1009 aligned_h = 0;