Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1671 gui::OverlayProperties::SupportedBufferCombinations outCombination; in getOverlaySupport() local
1672 outCombination.pixelFormats = std::move(pixelFormats); in getOverlaySupport()
1673 outCombination.standards = std::move(standards); in getOverlaySupport()
1674 outCombination.transfers = std::move(transfers); in getOverlaySupport()
1675 outCombination.ranges = std::move(ranges); in getOverlaySupport()
1676 outProperties->combinations.emplace_back(outCombination); in getOverlaySupport()