Searched refs:active_aligned_w (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_virtual_dpu.cpp | 101 int active_aligned_w, active_aligned_h; in SetOutputBuffer() local 112 output_handle_format, 0, &active_aligned_w, in SetOutputBuffer() 114 if (new_aligned_w != active_aligned_w || new_aligned_h != active_aligned_h) { in SetOutputBuffer()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 214 int active_aligned_w, active_aligned_h; in SetOutputBuffer() local 239 output_handle_format, 0, &active_aligned_w, in SetOutputBuffer() 241 if (new_aligned_w != active_aligned_w || new_aligned_h != active_aligned_h) { in SetOutputBuffer()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_virtual.cpp | 246 int active_aligned_w, active_aligned_h; in SetOutputBuffer() local 272 output_handle_format, 0, &active_aligned_w, in SetOutputBuffer() 274 if (new_aligned_w != active_aligned_w || new_aligned_h != active_aligned_h) { in SetOutputBuffer()
|