Searched refs:colorspace (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java29 public static final String COLORSPACE_KEY = "colorspace";
38 int colorspace,
44 result.setMetaValue(COLORSPACE_KEY, colorspace);
53 int colorspace,
57 colorspace,
58 bytesPerSampleForColorspace(colorspace),
62 public static MutableFrameFormat create(int colorspace, int target) { argument
65 colorspace,
66 bytesPerSampleForColorspace(colorspace),
70 public static MutableFrameFormat create(int colorspace) { argument
36 create(int width, int height, int colorspace, int bytesPerSample, int target) argument
51 create(int width, int height, int colorspace, int target) argument
78 bytesPerSampleForColorspace(int colorspace) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A DAndroid.mk34 colorspace.cpp \
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DColorfulnessFilter.java19 package androidx.media.filterpacks.colorspace;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp381 // Turn linear formats into corresponding sRGB formats when colorspace is
383 // formats when colorspace is EGL_GL_COLORSPACE_LINEAR_KHR. In any cases where
385 static int modifyFormatColorspace(int fmt, EGLint colorspace) { argument
386 if (colorspace == EGL_GL_COLORSPACE_LINEAR_KHR) {
391 } else if (colorspace == EGL_GL_COLORSPACE_SRGB_KHR) {
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp174 mDecoderConfig.output.colorspace = MODE_rgbA; // Pre-multiplied alpha mode.

Completed in 1260 milliseconds