HomeSort by relevance Sort by last modified time
    Searched refs:height_aligned (Results 1 - 3 of 3) 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);
298 allocated_buffer_info->aligned_height = UINT32(height_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);
298 allocated_buffer_info->aligned_height = UINT32(height_aligned);
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 224 uint32_t stride_aligned, height_aligned; local
227 height_aligned = (mComParams.resolution.height + 15) & ~15;
233 height_aligned = mComParams.resolution.height;
239 height_aligned = (mComParams.resolution.height + 31) & ~31;
245 mRefSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned);
246 mRecSurface = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned);
251 mAutoRefSurfaces[i] = CreateNewVASurface(mVADisplay, stride_aligned, height_aligned);
288 height_aligned,
    [all...]

Completed in 560 milliseconds