Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplayColorProfile.cpp358 Dataspace* outDataspace, ColorMode* outMode, in getBestColorMode() argument
363 *outMode = iter->second.colorMode; in getBestColorMode()
374 *outMode = ColorMode::NATIVE; in getBestColorMode()
H A DOutput.cpp902 ui::ColorMode outMode; in pickColorProfile() local
905 mDisplayColorProfile->getBestColorMode(bestDataSpace, intent, &outDataSpace, &outMode, in pickColorProfile()
908 return ColorProfile{outMode, outDataSpace, outRenderIntent, in pickColorProfile()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DDisplayColorProfile.h63 ui::Dataspace* outDataspace, ui::ColorMode* outMode,
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplayColorProfile.h44 ui::Dataspace* outDataspace, ui::ColorMode* outMode,
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h165 virtual binder::Status getGlobalAudioRestriction(/*out*/int32_t* outMode) override;
H A DCameraDeviceClient.cpp1623 binder::Status CameraDeviceClient::getGlobalAudioRestriction(/*out*/ int32_t* outMode) { in getGlobalAudioRestriction() argument
1628 if (outMode != nullptr) { in getGlobalAudioRestriction()
1629 *outMode = BasicClient::getServiceAudioRestriction(); in getGlobalAudioRestriction()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1019 ui::DisplayMode outMode; in getDynamicDisplayInfo() local
1035 outMode.resolution = ui::Size(width, height); in getDynamicDisplayInfo()
1038 outMode.xDpi = mEmulatedDisplayDensity; in getDynamicDisplayInfo()
1039 outMode.yDpi = mEmulatedDisplayDensity; in getDynamicDisplayInfo()
1041 outMode.xDpi = xDpi; in getDynamicDisplayInfo()
1042 outMode.yDpi = yDpi; in getDynamicDisplayInfo()
1050 outMode.appVsyncOffset = vsyncConfigSet.late.appOffset; in getDynamicDisplayInfo()
1051 outMode.sfVsyncOffset = vsyncConfigSet.late.sfOffset; in getDynamicDisplayInfo()
1052 outMode.group = mode->getGroup(); in getDynamicDisplayInfo()
1066 outMode.presentationDeadline = period - outMode.sfVsyncOffset + 1000000; in getDynamicDisplayInfo()
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h299 android_color_mode_t *outMode) const;
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.h263 android_color_mode_t *outMode) const;
H A DHWC2On1Adapter.cpp1698 uint32_t id, android_color_mode_t* outMode) const in getColorModeForHwc1Id()
1702 *outMode = idPair.first; in getColorModeForHwc1Id()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1610 uint32_t id, android_color_mode_t* outMode) const { in getColorModeForHwc1Id()
1613 *outMode = idPair.first; in getColorModeForHwc1Id()