Searched refs:saveBitmapToFile (Results 1 – 3 of 3) sorted by relevance
195 saveBitmapToFile(screenshot, file); in takeScreenshotAndSave()202 public static File saveBitmapToFile(Bitmap bitmap, File file) { in saveBitmapToFile() method in Helper
238 public static void saveBitmapToFile(Bitmap bitmap, String filename) { in saveBitmapToFile() method in CodecUtils
970 CodecUtils.saveBitmapToFile(bitmap, "test_" + testCase[0] + ".jpg"); in verifyVideoFrame()984 CodecUtils.saveBitmapToFile(bitmap, "test_rotation_" + targetRotation + ".jpg"); in verifyVideoFrameRotation()1052 CodecUtils.saveBitmapToFile(bitmap, String.format("test_%dx%d.jpg", in testGetScaledFrameAtTime()