Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h310 ui::PixelFormat* wideColorGamutPixelFormat) const = 0;
H A DSurfaceComposerClient.h174 ui::PixelFormat* wideColorGamutPixelFormat);
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp609 ui::PixelFormat* wideColorGamutPixelFormat) const override { in getCompositionPreference()
624 *wideColorGamutPixelFormat = static_cast<ui::PixelFormat>(reply.readInt32()); in getCompositionPreference()
1609 ui::PixelFormat wideColorGamutPixelFormat; in onTransact() local
1612 &wideColorGamutDataspace, &wideColorGamutPixelFormat); in onTransact()
1618 reply->writeInt32(static_cast<int32_t>(wideColorGamutPixelFormat)); in onTransact()
H A DSurfaceComposerClient.cpp2067 ui::Dataspace* wideColorGamutDataspace, ui::PixelFormat* wideColorGamutPixelFormat) { in getCompositionPreference() argument
2070 wideColorGamutDataspace, wideColorGamutPixelFormat); in getCompositionPreference()