Home
last modified time | relevance | path

Searched refs:raw10_alignment (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp837 const unsigned int raw10_alignment = std::max(gpu_alignment, 8u); in GetAlignedWidthAndHeight() local
838 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp859 const unsigned int raw10_alignment = std::max(gpu_alignment, 8u); in GetAlignedWidthAndHeight() local
860 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()