Home
last modified time | relevance | path

Searched refs:active_width (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_virtual.cpp217 uint32_t active_width, active_height; in SetOutputBuffer() local
233 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
238 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_virtual.cpp219 int active_width; in SetOutputSliceFromMetadata() local
222 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(output_handle, active_width, in SetOutputSliceFromMetadata()
225 if ((active_width != INT(output_buffer_->width)) || in SetOutputSliceFromMetadata()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_virtual.cpp225 uint32_t active_width, active_height; in SetOutputBuffer() local
241 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
246 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_virtual.cpp219 int active_width; in SetOutputSliceFromMetadata() local
222 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(output_handle, active_width, in SetOutputSliceFromMetadata()
225 if ((active_width != INT(output_buffer_->width)) || in SetOutputSliceFromMetadata()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_virtual.cpp219 int active_width; in SetOutputSliceFromMetadata() local
222 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(output_handle, active_width, in SetOutputSliceFromMetadata()
225 if ((active_width != INT(output_buffer_->width)) || in SetOutputSliceFromMetadata()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_virtual.cpp236 uint32_t active_width, active_height; in SetOutputBuffer() local
253 GetMixerResolution(&active_width, &active_height); in SetOutputBuffer()
258 buffer_allocator_->GetAlignedWidthAndHeight(INT(active_width), INT(active_height), in SetOutputBuffer()