Searched refs:savePNG (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | MediaStoreSaver.java | 35 public static final String savePNG(Bitmap bitmap, in savePNG() method in MediaStoreSaver
|
D | RefocusTest.java | 81 MediaStoreSaver.savePNG(outputImage, "refocus", "refocus_output" , ctx); in refocus()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
D | RefocusFilterF32.java | 105 MediaStoreSaver.savePNG(mBitmap, "sharpF32", name, renderScript.getApplicationContext()); in extractSharpImage() 120 MediaStoreSaver.savePNG(mBitmap, "fuzzyF32", name, renderScript.getApplicationContext()); in extractFuzzyImage()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
D | RefocusFilterd1new.java | 105 MediaStoreSaver.savePNG(mBitmap, "sharpd1new", name, renderScript.getApplicationContext()); in extractSharpImage() 119 MediaStoreSaver.savePNG(mBitmap, "fuzzyd1new", name, renderScript.getApplicationContext()); in extractFuzzyImage()
|