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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java195 if (!getNativeBitmap(result, byteCount, bps)) {
258 private native boolean getNativeBitmap(Bitmap bitmap, int size, int bytesPerSample); method in class:NativeFrame
H A DGLFrame.java247 if (!getNativeBitmap(result)) {
394 private native boolean getNativeBitmap(Bitmap bitmap); method in class:GLFrame

Completed in 107 milliseconds