Lines Matching refs:aligned_h
155 int& aligned_h) { in getAlignedWidthAndHeight() argument
167 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h); in getAlignedWidthAndHeight()
170 aligned_h = hnd->height; in getAlignedWidthAndHeight()
223 int usage, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h); in getAlignedWidthAndHeight()
232 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h); in getAlignedWidthAndHeight()
235 aligned_h = height; in getAlignedWidthAndHeight()
278 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height); in getAlignedWidthAndHeight()
282 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height); in getAlignedWidthAndHeight()
289 aligned_h = ALIGN(height, 64); in getAlignedWidthAndHeight()
327 &aligned_w, &aligned_h, &bytesPerPixel); in getAlignedWidthAndHeight()
340 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
343 aligned_h = ALIGN(height, 32); in getGpuAlignedWidthHeight()
378 &aligned_w, &aligned_h); in getGpuAlignedWidthHeight()
985 int& aligned_w, int& aligned_h) in getYuvUBwcWidthHeight() argument
993 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height); in getYuvUBwcWidthHeight()
998 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height); in getYuvUBwcWidthHeight()
1003 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_P010_UBWC, height); in getYuvUBwcWidthHeight()
1008 aligned_h = 0; in getYuvUBwcWidthHeight()