/hardware/qcom/display/msm8994/libgralloc/ |
alloc_controller.cpp | 859 int meta_width, meta_height; local 873 meta_width = ALIGN(((width + block_width - 1) / block_width), 64); 876 size = ((meta_width * meta_height), 4096);
|
/hardware/qcom/display/msm8996/libgralloc1/ |
gr_allocator.cpp | 681 int meta_width, meta_height; local 694 meta_width = ALIGN(((width + block_width - 1) / block_width), 64); 697 size = (unsigned int)ALIGN((meta_width * meta_height), 4096);
|
/hardware/qcom/display/msm8998/libgralloc1/ |
gr_allocator.cpp | 650 int meta_width, meta_height; local 663 meta_width = ALIGN(((width + block_width - 1) / block_width), 64); 666 size = (unsigned int)ALIGN((meta_width * meta_height), 4096);
|
/hardware/qcom/display/msm8996/libgralloc/ |
alloc_controller.cpp | 1043 int meta_width, meta_height; local [all...] |
/hardware/qcom/display/msm8998/libgralloc/ |
alloc_controller.cpp | 1006 int meta_width, meta_height; local [all...] |