Searched refs:saveBitmapToFile (Results 1 – 4 of 4) sorted by relevance
54 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave()81 private static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
197 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave()204 public static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
233 public static void saveBitmapToFile(Bitmap bitmap, String filename) { in saveBitmapToFile() method in CodecUtils
1050 CodecUtils.saveBitmapToFile(bitmap, "test_" + testCase[0] + ".jpg"); in verifyVideoFrame()1064 CodecUtils.saveBitmapToFile(bitmap, "test_rotation_" + targetRotation + ".jpg"); in verifyVideoFrameRotation()1134 CodecUtils.saveBitmapToFile(bitmap, String.format("test_%dx%d.jpg", in testGetScaledFrameAtTime()