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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java197 if (!getNativeBitmap(result, byteCount, bps)) {
260 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
/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp284 SkBitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) { function in class:GraphicsJNI

Completed in 43 milliseconds