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