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

/system/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java179 int byteCount = rgbaBitmap.getByteCount();
181 if (!setNativeBitmap(rgbaBitmap, byteCount, bps)) {
195 int byteCount = result.getByteCount();
197 if (!getNativeBitmap(result, byteCount, bps)) {
246 private native byte[] getNativeData(int byteCount); argument
254 private native int[] getNativeInts(int byteCount); argument
256 private native float[] getNativeFloats(int byteCount); argument

Completed in 3 milliseconds