Home
last modified time | relevance | path

Searched defs:colorspace (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DImageFormat.java38 int colorspace, in create()
53 int colorspace, in create()
62 public static MutableFrameFormat create(int colorspace, int target) { in create()
70 public static MutableFrameFormat create(int colorspace) { in create()
78 public static int bytesPerSampleForColorspace(int colorspace) { in bytesPerSampleForColorspace()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp431 EGLint colorspace) { in modifyBufferDataspace()