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

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

Completed in 86 milliseconds