Home
last modified time | relevance | path

Searched refs:raw10_alignment (Results 1 – 3 of 3) 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/sm8150/display/gralloc/
Dgr_utils.cpp1031 const unsigned int raw10_alignment = std::max(gpu_alignment, 64u); in GetAlignedWidthAndHeight() local
1032 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp1150 const unsigned int raw10_alignment = std::max(gpu_alignment, 64u); in GetAlignedWidthAndHeight() local
1151 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()