Searched defs:pgmLength (Results 1 - 2 of 2) sorted by relevance

/gdk/samples/bitmap-plasma-llvm/src/com/example/plasma/llvm/
H A DPlasma.java84 private int pgmLength; field in class:PlasmaView
107 pgmLength = 0;
109 int bytesLeft = pgm.length - pgmLength;
114 bytesLeft = pgm.length - pgmLength;
116 int bytesRead = is.read(pgm, pgmLength, bytesLeft);
120 pgmLength += bytesRead;
138 int frameRate = nativeRenderPlasma(mBitmap, System.currentTimeMillis() - mStartTime, pgm, pgmLength, llvm_mode);
/gdk/samples/PhotoEditor/src/com/android/photoeditor/filters/
H A DImageUtils.java33 public static native boolean init(byte[] pgm, int pgmLength); argument

Completed in 122 milliseconds