Home
last modified time | relevance | path

Searched refs:new_width (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_virtual.cpp215 int new_width, new_height; in SetOutputBuffer() local
234 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer()
235 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer()
242 int status = SetConfig(UINT32(new_width), UINT32(new_height)); in SetOutputBuffer()
244 DLOGE("SetConfig failed custom WxH %dx%d", new_width, new_height); in SetOutputBuffer()
252 output_buffer_->unaligned_width = UINT32(new_width); in SetOutputBuffer()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_virtual.cpp223 int new_width, new_height; in SetOutputBuffer() local
242 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer()
243 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer()
250 int status = SetConfig(UINT32(new_width), UINT32(new_height)); in SetOutputBuffer()
252 DLOGE("SetConfig failed custom WxH %dx%d", new_width, new_height); in SetOutputBuffer()
260 output_buffer_->unaligned_width = UINT32(new_width); in SetOutputBuffer()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1609 * width is calculated as new_width = floor(width * width_scale).
1624 * [batches, new_height, new_width, depth].
4683 * width is calculated as new_width = floor(width * width_scale).
4698 * [batches, new_height, new_width, depth].
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1235 * [batches, new_height, new_width, depth].