Searched refs:new_width (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_virtual_dpu.cpp | 102 int new_width, new_height; in SetOutputBuffer() local 107 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 108 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 115 int status = SetConfig(UINT32(new_width), UINT32(new_height)); in SetOutputBuffer() 117 DLOGE("SetConfig failed custom WxH %dx%d", new_width, new_height); in SetOutputBuffer() 125 output_buffer_.unaligned_width = UINT32(new_width); in SetOutputBuffer()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 215 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/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 247 int new_width, new_height; in SetOutputBuffer() local 267 buffer_allocator_->GetCustomWidthAndHeight(output_handle, &new_width, &new_height); in SetOutputBuffer() 268 buffer_allocator_->GetAlignedWidthAndHeight(INT(new_width), INT(new_height), in SetOutputBuffer() 275 int status = SetConfig(UINT32(new_width), UINT32(new_height)); in SetOutputBuffer() 277 DLOGE("SetConfig failed custom WxH %dx%d", new_width, new_height); in SetOutputBuffer() 285 output_buffer_->unaligned_width = UINT32(new_width); in SetOutputBuffer()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 1585 * width is calculated as new_width = floor(width * width_scale). 1600 * [batches, new_height, new_width, depth]. 4655 * width is calculated as new_width = floor(width * width_scale). 4670 * [batches, new_height, new_width, depth].
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1610 * width is calculated as new_width = floor(width * width_scale). 1636 * [batches, new_height, new_width, depth]. 4941 * width is calculated as new_width = floor(width * width_scale). 4967 * [batches, new_height, new_width, depth].
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 1234 * [batches, new_height, new_width, depth].
|