Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h331 android_dataspace* outDataSpace,
339 *outDataSpace = dataSpace;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp1046 ui::Dataspace outDataSpace; in pickColorProfile() local
1048 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()
1051 return ColorProfile{outMode, outDataSpace, outRenderIntent}; in pickColorProfile()