Home
last modified time | relevance | path

Searched defs:grayscale (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DDisplayCaptureArgs.h55 bool grayscale = false; member
/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp315 static int PickColorType(int32_t width, int32_t height, bool grayscale, in PickColorType()
531 bool grayscale = true; in WritePng() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6622 ui::Size bufferSize, ui::PixelFormat reqPixelFormat, bool allowProtected, bool grayscale, in captureScreenCommon()
6680 bool grayscale, const sp<IScreenCaptureListener>& captureListener) { in captureScreenCommon()
6735 bool canCaptureBlackoutContent, bool regionSampling, bool grayscale, in renderScreenImpl()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp142 jfieldID grayscale; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java1000 public T setGrayscale(boolean grayscale) { in setGrayscale()