Searched defs:colorspace (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DColorfulnessFilter.java19 package androidx.media.filterpacks.colorspace;
/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/native/opengl/libs/EGL/
H A DeglApi.cpp434 // Turn linear formats into corresponding sRGB formats when colorspace is
436 // formats when colorspace is EGL_GL_COLORSPACE_LINEAR_KHR. In any cases where
439 EGLint colorspace) {
440 if (colorspace == EGL_GL_COLORSPACE_LINEAR_KHR) {
442 } else if (colorspace == EGL_GL_COLORSPACE_SRGB_KHR) {
438 modifyBufferDataspace( android_dataspace dataSpace, EGLint colorspace) argument

Completed in 1205 milliseconds