Searched refs:aligned_height (Results 1 - 25 of 31) sorted by relevance

12

/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp90 int aligned_width = 0, aligned_height = 0; local
92 aligned_width, aligned_height);
113 alloc_buffer_info->aligned_height = UINT32(aligned_height);
149 alloc_buffer_info->aligned_height = 0;
193 int aligned_height = 0; local
195 aligned_width, aligned_height);
289 allocated_buffer_info->aligned_height = UINT32(height_aligned);
H A Dhwc_display_virtual.cpp280 int aligned_width, aligned_height; local
284 aligned_height);
289 output_buffer_->height = UINT32(aligned_height);
H A Dhwc_display.cpp440 int aligned_width, aligned_height; local
444 aligned_height);
449 layer_buffer.height = UINT32(aligned_height);
488 int aligned_height; local
502 usage, aligned_width, aligned_height); local
504 layer_buffer.height = UINT32(aligned_height);
1122 buffer_info.alloc_buffer_info.aligned_height,
H A Dhwc_display_primary.cpp409 output_buffer->height = alloc_buffer_info.aligned_height;
H A Dhwc_display_external_test.cpp226 uint32_t height = buffer_info_.alloc_buffer_info.aligned_height;
671 layer->input_buffer.height = buffer_info_.alloc_buffer_info.aligned_height;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp125 int *aligned_height) {
134 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
158 uint32_t aligned_width = 0, aligned_height = 0, buffer_size = 0; local
165 format, producer_usage, consumer_usage, &aligned_width, &aligned_height, &buffer_size);
299 uint32_t aligned_width = 0, aligned_height = 0, buffer_size = 0; local
306 format, producer_usage, consumer_usage, &aligned_width, &aligned_height, &buffer_size);
309 allocated_buffer_info->aligned_height = UINT32(aligned_height);
123 GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type, int *aligned_width, int *aligned_height) argument
H A Dhwc_buffer_allocator.h57 int *aligned_width, int *aligned_height);
H A Dhwc_display_virtual.cpp193 int aligned_width, aligned_height; local
195 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &aligned_width, &aligned_height);
198 aligned_height);
202 output_buffer_->height = UINT32(aligned_height);
H A Dhwc_layers.cpp115 int aligned_width, aligned_height; local
117 buffer_allocator_->GetCustomWidthAndHeight(handle, &aligned_width, &aligned_height);
119 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(handle, aligned_width, aligned_height);
123 layer_buffer->height = UINT32(aligned_height);
H A Dhwc_display.cpp1263 int aligned_height; local
1276 &aligned_width, &aligned_height); local
1279 INT(usage), aligned_width, aligned_height); local
1286 client_target_layer->input_buffer.height = UINT32(aligned_height);
H A Dhwc_display_primary.cpp410 output_buffer->height = alloc_buffer_info.aligned_height;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.h57 int *aligned_width, int *aligned_height);
H A Dhwc_buffer_allocator.cpp125 int *aligned_height) {
134 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
158 uint32_t aligned_width = 0, aligned_height = 0, buffer_size = 0; local
165 format, producer_usage, consumer_usage, &aligned_width, &aligned_height, &buffer_size);
299 uint32_t aligned_width = 0, aligned_height = 0, buffer_size = 0; local
306 format, producer_usage, consumer_usage, &aligned_width, &aligned_height, &buffer_size);
123 GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type, int *aligned_width, int *aligned_height) argument
H A Dhwc_display_virtual.cpp195 int aligned_width, aligned_height; local
197 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &aligned_width, &aligned_height);
200 aligned_height);
204 output_buffer_->height = UINT32(aligned_height);
H A Dhwc_display.cpp1315 int aligned_height; local
1322 &aligned_width, &aligned_height); local
1325 INT(usage), aligned_width, aligned_height); local
1332 client_target_layer->input_buffer->height = UINT32(aligned_height);
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dbuffer_allocator.h69 uint32_t aligned_height = 0; //!< Specifies aligned allocated buffer height in pixels. member in struct:sdm::AllocatedBufferInfo
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_buffer_allocator.cpp86 int aligned_width = 0, aligned_height = 0; local
88 aligned_width, aligned_height);
180 int aligned_height = 0; local
182 aligned_width, aligned_height);
H A Dhwc_display.cpp384 int aligned_height; local
398 usage, aligned_width, aligned_height); local
400 layer_buffer->height = UINT32(aligned_height);
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h69 int padding_threshold, int *aligned_width, int * aligned_height);
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h69 int padding_threshold, int *aligned_width, int * aligned_height);
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp177 float aligned_height = FLOAT(CeilToMultipleOf(split_height, align_y)); local
180 float aligned_bottom = rect_temp.top + aligned_height;
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Drect.cpp177 float aligned_height = FLOAT(CeilToMultipleOf(split_height, align_y)); local
180 float aligned_bottom = rect_temp.top + aligned_height;
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.cpp629 int *aligned_height = va_arg(args, int *); local
637 *aligned_height = INT(alignedh);
724 uint32_t *aligned_height = va_arg(args, uint32_t *); local
727 allocator_->GetBufferSizeAndDimensions(descriptor, size, aligned_width, aligned_height);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.cpp610 int *aligned_height = va_arg(args, int *); local
618 *aligned_height = INT(alignedh);
706 uint32_t *aligned_height = va_arg(args, uint32_t *); local
709 allocator_->GetBufferSizeAndDimensions(descriptor, size, aligned_width, aligned_height);
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp455 int aligned_height = 0; local
463 aligned_height = ALIGN(height, 32);
465 size = aligned_width * aligned_height;

Completed in 1786 milliseconds

12