Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp291 int width_aligned = 0, height_aligned = 0; in GetAllocatedBufferInfo() local
294 width_aligned, height_aligned); in GetAllocatedBufferInfo()
296 allocated_buffer_info->stride = UINT32(width_aligned); in GetAllocatedBufferInfo()
297 allocated_buffer_info->aligned_width = UINT32(width_aligned); in GetAllocatedBufferInfo()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp291 int width_aligned = 0, height_aligned = 0; in GetAllocatedBufferInfo() local
294 width_aligned, height_aligned); in GetAllocatedBufferInfo()
296 allocated_buffer_info->stride = UINT32(width_aligned); in GetAllocatedBufferInfo()
297 allocated_buffer_info->aligned_width = UINT32(width_aligned); in GetAllocatedBufferInfo()