Home
last modified time | relevance | path

Searched refs:mBitmapIn (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/java/tests/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
DHelloComputeNDK.java26 private Bitmap mBitmapIn; field in HelloComputeNDK
40 mBitmapIn = loadBitmap(R.drawable.data); in onCreate()
41 mBitmapOut = Bitmap.createBitmap(mBitmapIn.getWidth(), mBitmapIn.getHeight(), in onCreate()
42 mBitmapIn.getConfig()); in onCreate()
45 in.setImageBitmap(mBitmapIn); in onCreate()
51 mBitmapIn.getWidth(), mBitmapIn.getHeight(), in onCreate()
52 mBitmapIn, mBitmapOut); in onCreate() local