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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h 40 #define SIZE_8K 4096
gr_allocator.cpp 287 size = ALIGN(alignedw * alignedh, SIZE_8K);
288 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K);

Completed in 78 milliseconds