Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp282 int width_aligned = 0, height_aligned = 0; in GetAllocatedBufferInfo() local
285 width_aligned, height_aligned); in GetAllocatedBufferInfo()
289 allocated_buffer_info->aligned_height = UINT32(height_aligned); in GetAllocatedBufferInfo()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.cpp224 uint32_t stride_aligned, height_aligned; in start() local
227 height_aligned = (mComParams.resolution.height + 15) & ~15; in start()
233 height_aligned = mComParams.resolution.height; in start()
239 height_aligned = (mComParams.resolution.height + 31) & ~31; in start()
245 mRefSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
246 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
251 mAutoRefSurfaces[i] = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned); in start()
288 height_aligned, in start()