Searched refs:saveBitmapToFile (Results 1 – 2 of 2) sorted by relevance
484 CodecUtils.saveBitmapToFile(bitmap, "test_" + testCase[0] + ".jpg"); in verifyVideoFrame()561 CodecUtils.saveBitmapToFile(bitmap, "test_160x120" + ".jpg"); in testGetScaledFrameAtTime()583 CodecUtils.saveBitmapToFile(bitmap, "test_640x480" + ".jpg"); in testGetScaledFrameAtTime()605 CodecUtils.saveBitmapToFile(bitmap, "test_320x120" + ".jpg"); in testGetScaledFrameAtTime()627 CodecUtils.saveBitmapToFile(bitmap, "test_160x240" + ".jpg"); in testGetScaledFrameAtTime()658 CodecUtils.saveBitmapToFile(bitmap, "test_330x240" + ".jpg"); in testGetScaledFrameAtTime()
171 public static void saveBitmapToFile(Bitmap bitmap, String filename) { in saveBitmapToFile() method in CodecUtils