HomeSort by relevance Sort by last modified time
    Searched refs:PINK (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/java/android/media/videoeditor/
EffectColor.java 52 * Change the video frame color to the RGB color value PINK
54 public static final int PINK = 0x00ff66cc;
101 case PINK:
MediaArtistNativeHelper.java 878 public static final int PINK = 258;
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 126 &PINK,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorExportTest.java 199 0, 2000, EffectColor.TYPE_COLOR, EffectColor.PINK);
265 EffectColor.PINK);
590 3000, EffectColor.TYPE_COLOR, EffectColor.PINK);
663 3000, EffectColor.TYPE_COLOR, EffectColor.PINK);
    [all...]
VideoEditorPreviewTest.java     [all...]
VideoEditorAPITest.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 470 * 14.Add Effect 3 type="TYPE_COLOR" to the MediaItem 3, color param = "PINK",
475 EffectColor.PINK);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java     [all...]

Completed in 114 milliseconds