Lines Matching refs:aligned_h
162 int& aligned_h) { in getAlignedWidthAndHeight() argument
174 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h); in getAlignedWidthAndHeight()
177 aligned_h = hnd->height; in getAlignedWidthAndHeight()
218 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
225 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
227 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
230 aligned_h = height; in getAlignedWidthAndHeight()
263 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
267 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height); in getAlignedWidthAndHeight()
274 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
312 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
325 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
328 aligned_h = ALIGN(height, 32); in getGpuAlignedWidthHeight()
366 &aligned_w, &aligned_h); in getGpuAlignedWidthHeight()
994 int& aligned_w, int& aligned_h) in getYuvUBwcWidthHeight() argument
1002 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height); in getYuvUBwcWidthHeight()
1006 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height); in getYuvUBwcWidthHeight()
1011 aligned_h = 0; in getYuvUBwcWidthHeight()