Searched refs:vss (Results 1 – 2 of 2) sorted by relevance
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_bufferallocation.cpp | 454 static bool get_yuv_pX10_stride_and_size(int width, int height, int vss, int *pixel_stride, int *by… in get_yuv_pX10_stride_and_size() argument 459 if (vss < 1 || vss > 2) in get_yuv_pX10_stride_and_size() 461 AERR("Invalid vertical sub-sampling factor: %d, should be 1 or 2", vss); in get_yuv_pX10_stride_and_size() 467 if (vss == 2) in get_yuv_pX10_stride_and_size() 478 int chroma_size = GRALLOC_ALIGN(width * 2, YUV_MALI_PLANE_ALIGN) * (height / vss); in get_yuv_pX10_stride_and_size()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_bufferallocation.cpp | 454 static bool get_yuv_pX10_stride_and_size(int width, int height, int vss, int *pixel_stride, int *by… in get_yuv_pX10_stride_and_size() argument 459 if (vss < 1 || vss > 2) in get_yuv_pX10_stride_and_size() 461 AERR("Invalid vertical sub-sampling factor: %d, should be 1 or 2", vss); in get_yuv_pX10_stride_and_size() 467 if (vss == 2) in get_yuv_pX10_stride_and_size() 478 int chroma_size = GRALLOC_ALIGN(width * 2, YUV_MALI_PLANE_ALIGN) * (height / vss); in get_yuv_pX10_stride_and_size()
|