Searched refs:pluggable_height (Results 1 – 2 of 2) sorted by relevance
48 uint32_t pluggable_height = 0; in Create() local59 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()
96 uint32_t pluggable_height = 0; in Init() local110 DisplayError error = HWCDisplay::GetMixerResolution(&pluggable_width, &pluggable_height); in Init()116 status = HWCDisplay::SetFrameBufferResolution(pluggable_width, pluggable_height); in Init()