Home
last modified time | relevance | path

Searched refs:new_aligned_h (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_virtual.cpp216 int new_aligned_w, new_aligned_h; in SetOutputBuffer() local
237 &new_aligned_h); in SetOutputBuffer()
241 if (new_aligned_w != active_aligned_w || new_aligned_h != active_aligned_h) { in SetOutputBuffer()
251 output_buffer_->height = UINT32(new_aligned_h); in SetOutputBuffer()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_virtual.cpp224 int new_aligned_w, new_aligned_h; in SetOutputBuffer() local
245 &new_aligned_h); in SetOutputBuffer()
249 if (new_aligned_w != active_aligned_w || new_aligned_h != active_aligned_h) { in SetOutputBuffer()
259 output_buffer_->height = UINT32(new_aligned_h); in SetOutputBuffer()