HomeSort by relevance Sort by last modified time
    Searched full:color_matrix (Results 1 - 20 of 20) sorted by null

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
IPTestList.java 55 COLOR_MATRIX ("ColorMatrix", RELAXED_FP, 33.8f),
144 case COLOR_MATRIX:
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 55 COLOR_MATRIX ("ColorMatrix", RELAXED_FP, 33.8f),
146 case COLOR_MATRIX:
ImageProcessingTest.java 272 TestAction ta = new TestAction(TestName.COLOR_MATRIX);
273 runTest(ta, TestName.COLOR_MATRIX.name());
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingTest.java 257 TestAction ta = new TestAction(TestName.COLOR_MATRIX);
258 runTest(ta, TestName.COLOR_MATRIX.name());
ImageProcessingActivity.java 83 COLOR_MATRIX ("ColorMatrix"),
305 case COLOR_MATRIX:
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 104 double color_matrix[kColorTransformMatrixCount] = {0}; local
105 CopyColorTransformMatrix(matrix, color_matrix);
107 auto status = HandleColorModeTransform(current_color_mode_, hint, color_matrix);
    [all...]
  /external/ImageMagick/ImageMagick/api/
fx.html 205 const KernelInfo *color_matrix,ExceptionInfo *exception)
219 <dt>color_matrix</dt>
magick-image.html     [all...]
  /external/ImageMagick/www/api/
fx.html 209 const KernelInfo *color_matrix,ExceptionInfo *exception)
223 <dt>color_matrix</dt>
fx.php 205 const KernelInfo *color_matrix,ExceptionInfo *exception)
219 <dt>color_matrix</dt>
magick-image.html     [all...]
magick-image.php     [all...]
  /external/ImageMagick/MagickCore/
fx.c 837 % const KernelInfo *color_matrix,ExceptionInfo *exception)
843 % o color_matrix: the color matrix.
854 const KernelInfo *color_matrix,ExceptionInfo *exception)
891 Map given color_matrix, into a 6x6 matrix RGBKA and a constant
900 for (v=0; v < (ssize_t) color_matrix->height; v++)
901 for (u=0; u < (ssize_t) color_matrix->width; u++)
904 ColorMatrix[v][u]=color_matrix->values[i];
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 470 COLOR_MATRIX = 0x80B1,
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/
glew32s.lib     [all...]
glew64s.lib     [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 965 milliseconds