Searched refs:pluggable_width (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_display_pluggable.cpp | 47 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()
|
H A D | hwc_display_pluggable_test.cpp | 95 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()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display_pluggable.cpp | 47 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()
|
H A D | hwc_display_pluggable_test.cpp | 95 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()
|