/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.cpp | 401 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 412 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo() 413 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo() 432 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYuvUbwcSPPlaneInfo() 480 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvSPPlaneInfo() local 485 y_height = INT(height); in GetYuvSPPlaneInfo() 486 y_size = y_stride * y_height; in GetYuvSPPlaneInfo() 547 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYuvSPPlaneInfo() 1384 unsigned int y_stride, c_stride, y_height, c_height, y_size, c_size; in GetYUVPlaneInfo() local 1499 y_height = VENUS_Y_SCANLINES(COLOR_FMT_P010, height); in GetYUVPlaneInfo() [all …]
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_utils.cpp | 477 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvUbwcSPPlaneInfo() local 489 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo() 490 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo() 509 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYuvUbwcSPPlaneInfo() 561 unsigned int y_stride = 0, y_height = 0, y_size = 0; in GetYuvSPPlaneInfo() local 566 y_height = INT(height); in GetYuvSPPlaneInfo() 567 y_size = y_stride * y_height; in GetYuvSPPlaneInfo() 627 plane_info[0].scanlines = static_cast<int32_t>(y_height); in GetYuvSPPlaneInfo() 1482 unsigned int y_stride, c_stride, y_height, c_height, y_size, c_size; in GetYUVPlaneInfo() local 1623 y_height = VENUS_Y_SCANLINES(COLOR_FMT_P010, height); in GetYUVPlaneInfo() [all …]
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.cpp | 291 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 300 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo() 301 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_utils.cpp | 291 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 300 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo() 301 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 333 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 342 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo() 343 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 334 unsigned int y_stride, y_height, y_size; in GetYuvUbwcSPPlaneInfo() local 343 y_height = VENUS_Y_SCANLINES(color_format, INT(height)); in GetYuvUbwcSPPlaneInfo() 344 y_size = ALIGN((y_stride * y_height), alignment); in GetYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 739 unsigned int y_stride, y_height, y_size; in getYuvUbwcSPPlaneInfo() local 748 y_height = VENUS_Y_SCANLINES(color_format, height); in getYuvUbwcSPPlaneInfo() 749 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 718 unsigned int y_stride, y_height, y_size; in getYuvUbwcSPPlaneInfo() local 727 y_height = VENUS_Y_SCANLINES(color_format, height); in getYuvUbwcSPPlaneInfo() 728 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.cpp | 718 unsigned int y_stride, y_height, y_size; in getYuvUbwcSPPlaneInfo() local 727 y_height = VENUS_Y_SCANLINES(color_format, height); in getYuvUbwcSPPlaneInfo() 728 y_size = ALIGN((y_stride * y_height), alignment); in getYuvUbwcSPPlaneInfo()
|