HomeSort by relevance Sort by last modified time
    Searched refs:nativeDecodeStream (Results 1 - 4 of 4) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Movie.java 55 return nativeDecodeStream(is);
59 private static native Movie nativeDecodeStream(InputStream is);
BitmapFactory.java 601 return nativeDecodeStream(is, tempStorage, outPadding, opts);
673 private static native Bitmap nativeDecodeStream(InputStream is, byte[] storage,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 91 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage,
93 return nativeDecodeStream(is, storage, padding, opts, false, 1.f);
97 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage,
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 473 static jobject nativeDecodeStream(JNIEnv* env, jobject clazz, jobject is, jbyteArray storage,
577 { "nativeDecodeStream",
579 (void*)nativeDecodeStream

Completed in 3553 milliseconds