HomeSort by relevance Sort by last modified time
    Searched refs:meta_height (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 850 int meta_width, meta_height; local
861 meta_height = ALIGN(((height + block_height - 1) / block_height), 16);
867 size = ((meta_width * meta_height), 4096);
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 1036 int meta_width, meta_height; local
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 707 int meta_width, meta_height; local
717 meta_height = ALIGN(((height + block_height - 1) / block_height), 16);
723 size = (unsigned int)ALIGN((meta_width * meta_height), 4096);
  /hardware/qcom/display/msmcobalt/libgralloc/
alloc_controller.cpp 1044 int meta_width, meta_height; local
    [all...]
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_allocator.cpp 712 int meta_width, meta_height; local
722 meta_height = ALIGN(((height + block_height - 1) / block_height), 16);
728 size = (unsigned int)ALIGN((meta_width * meta_height), 4096);

Completed in 179 milliseconds