HomeSort by relevance Sort by last modified time
    Searched refs:unaligned_width (Results 1 - 25 of 33) sorted by null

1 2

  /hardware/qcom/display/msm8996/libgralloc1/
gr_priv_handle.h 72 int unaligned_width; // holds width client asked to allocate member in struct:private_handle_t
113 unaligned_width(uw),
167 hnd->id, hnd->width, hnd->height, hnd->unaligned_width, hnd->unaligned_height, hnd->size,
172 int GetUnalignedWidth() const { return unaligned_width; }
gr_buf_mgr.cpp 575 hnd->unaligned_width = width;
848 *os << " uwxuh: " << std::setw(4) << hnd->unaligned_width << " x ";
  /hardware/qcom/display/msm8998/libgralloc1/
gr_priv_handle.h 72 int unaligned_width; // holds width client asked to allocate member in struct:private_handle_t
113 unaligned_width(uw),
167 hnd->id, hnd->width, hnd->height, hnd->unaligned_width, hnd->unaligned_height, hnd->size,
172 int GetUnalignedWidth() const { return unaligned_width; }
  /hardware/qcom/display/sdm845/libgralloc1/
gr_priv_handle.h 72 int unaligned_width; // holds width client asked to allocate member in struct:private_handle_t
113 unaligned_width(uw),
167 hnd->id, hnd->width, hnd->height, hnd->unaligned_width, hnd->unaligned_height, hnd->size,
172 int GetUnalignedWidth() const { return unaligned_width; }
  /hardware/qcom/display/msm8998/sdm/include/core/
layer_buffer.h 226 uint32_t unaligned_width = 0; member in struct:sdm::LayerBuffer
  /hardware/qcom/display/sdm845/sdm/include/core/
layer_buffer.h 228 uint32_t unaligned_width = 0; member in struct:sdm::LayerBuffer
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_display_virtual.cpp 281 int unaligned_width, unaligned_height; local
285 AdrenoMemInfo::getInstance().getUnalignedWidthAndHeight(output_handle, unaligned_width,
290 output_buffer_->unaligned_width = UINT32(unaligned_width);
blit_engine_c2d.cpp 285 int fbwidth = INT(layer_buffer.unaligned_width);
305 layer_buffer.unaligned_width = fbwidth;
385 layer->input_buffer.unaligned_width = target_width;
hwc_display.cpp 433 int unaligned_width, unaligned_height; local
437 AdrenoMemInfo::getInstance().getUnalignedWidthAndHeight(pvt_handle, unaligned_width,
442 layer_buffer.unaligned_width = UINT32(unaligned_width);
498 layer_buffer.unaligned_width = x_pixels;
633 input_buffer.unaligned_width = input_buffer.width;
    [all...]
hwc_tonemapper.cpp 120 (layer->request.width == UINT32(handle->unaligned_width)) &&
hwc_display_primary.cpp 395 output_buffer->unaligned_width = buffer_config.width;
  /hardware/qcom/display/msm8998/libgralloc/
gralloc_priv.h 257 int unaligned_width; // holds width client asked to allocate member in struct:private_handle_t
276 base_metadata(0), unaligned_width(width),
301 unaligned_width = unaligned_w;
  /hardware/qcom/display/sdm845/libgralloc/
gralloc_priv.h 250 int unaligned_width; // holds width client asked to allocate member in struct:private_handle_t
267 base_metadata(0), unaligned_width(width),
292 unaligned_width = unaligned_w;
mapper.cpp 338 hnd->unaligned_width = width;
  /hardware/qcom/display/msm8998/gpu_tonemapper/
EGLImageWrapper.cpp 124 new android::GraphicBuffer(src->unaligned_width, src->unaligned_height, src->format,
  /hardware/qcom/display/sdm845/gpu_tonemapper/
EGLImageWrapper.cpp 124 new android::GraphicBuffer(src->unaligned_width, src->unaligned_height, src->format,
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 198 GLsizei unaligned_width = computePixelSize(format, type) * inputWidth; local
199 return HIGHEST_MULTIPLE_OF(align, unaligned_width);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_virtual.cpp 206 output_buffer_->unaligned_width = UINT32(output_handle->unaligned_width);
hwc_layers.cpp 236 layer_buffer->unaligned_width = UINT32(handle->unaligned_width);
hwc_display_primary.cpp 426 output_buffer->unaligned_width = buffer_config.width;
hwc_tonemapper.cpp 168 (layer->request.width == UINT32(handle->unaligned_width)) &&
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_display_virtual.cpp 206 output_buffer_->unaligned_width = UINT32(output_handle->unaligned_width);
hwc_layers.cpp 124 layer_buffer->unaligned_width = UINT32(handle->unaligned_width);
hwc_tonemapper.cpp 129 (layer->request.width == UINT32(handle->unaligned_width)) &&
hwc_display_primary.cpp 415 output_buffer->unaligned_width = buffer_config.width;

Completed in 421 milliseconds

1 2