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

  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 850 int meta_width, meta_height; local
864 meta_width = ALIGN(((width + block_width - 1) / block_width), 64);
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
720 meta_width = ALIGN(((width + block_width - 1) / block_width), 64);
723 size = (unsigned int)ALIGN((meta_width * meta_height), 4096);

Completed in 476 milliseconds