Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1387 int wideColorDataspace = defaultWideColorSpace != null in initDisplayInfo() local
1401 if (wideColorDataspace == 0) { in initDisplayInfo()
1404 wideColorDataspace = cs.getDataSpace(); in initDisplayInfo()
1420 wideColorDataspace, defaultDisplay.getAppVsyncOffsetNanos(), in initDisplayInfo()
1614 int wideColorDataspace, long appVsyncOffsetNanos, long presentationDeadlineNanos, in nInitDisplayInfo() argument
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_HardwareRenderer.cpp876 jint wideColorDataspace, jlong appVsyncOffsetNanos, jlong presentationDeadlineNanos, in android_view_ThreadedRenderer_initDisplayInfo() argument
882 DeviceInfo::setWideColorDataspace(static_cast<ADataSpace>(wideColorDataspace)); in android_view_ThreadedRenderer_initDisplayInfo()