Searched refs:dngFilePath (Results 1 – 1 of 1) sorted by relevance
186 String dngFilePath = mDebugFileNameBase + "/camera_basic_" + deviceId + "_" + in testSingleImageBasic() local189 fileStream = new FileOutputStream(dngFilePath); in testSingleImageBasic()193 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + dngFilePath); in testSingleImageBasic()279 String dngFilePath = mDebugFileNameBase + "/camera_basic_max_resolution_" + in testSingleImageBasicMaximumResolution() local282 fileStream = new FileOutputStream(dngFilePath); in testSingleImageBasicMaximumResolution()286 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + dngFilePath); in testSingleImageBasicMaximumResolution()669 String dngFilePath = mDebugFileNameBase + "/camera_" + in testDngRenderingByBitmapFactor() local673 try (FileOutputStream fileStream = new FileOutputStream(dngFilePath)) { in testDngRenderingByBitmapFactor()677 Bitmap rawBitmap = BitmapFactory.decodeFile(dngFilePath); in testDngRenderingByBitmapFactor()752 String dngFilePath = mDebugFileNameBase + "/camera_" + params.intermediateStr + in debugDumpDng() local[all …]