Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java258 private native boolean getNativeBitmap(Bitmap bitmap, int size, int bytesPerSample); in getNativeBitmap() method in NativeFrame
H A DGLFrame.java394 private native boolean getNativeBitmap(Bitmap bitmap); in getNativeBitmap() method in GLFrame
/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmap.cpp241 Bitmap* GraphicsJNI::getNativeBitmap(JNIEnv* env, jobject bitmap) { in getNativeBitmap() function in GraphicsJNI