Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp47 uint32_t pluggable_width = 0; in Create() local
59 error = hwc_display_pluggable->GetMixerResolution(&pluggable_width, &pluggable_height); in Create()
69 pluggable_width = primary_width; 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.cpp95 uint32_t pluggable_width = 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()