Searched refs:setNativeBitmap (Results 1 - 2 of 2) sorted by path

/system/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) {
392 private native boolean setNativeBitmap(Bitmap bitmap, int size); method in class:GLFrame
H A DNativeFrame.java181 if (!setNativeBitmap(rgbaBitmap, byteCount, bps)) {
258 private native boolean setNativeBitmap(Bitmap bitmap, int size, int bytesPerSample); method in class:NativeFrame

Completed in 29 milliseconds