Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp48 uint32_t pluggable_height = 0; in Create() local
59 error = hwc_display_pluggable->GetMixerResolution(&pluggable_width, &pluggable_height); in Create()
70 pluggable_height = primary_height; in Create()
75 GetDownscaleResolution(primary_width, primary_height, &pluggable_width, &pluggable_height); in Create()
80 status = hwc_display_pluggable->SetFrameBufferResolution(pluggable_width, pluggable_height); in Create()
Dhwc_display_pluggable_test.cpp96 uint32_t pluggable_height = 0; in Init() local
110 DisplayError error = HWCDisplay::GetMixerResolution(&pluggable_width, &pluggable_height); in Init()
116 status = HWCDisplay::SetFrameBufferResolution(pluggable_width, pluggable_height); in Init()