Searched refs:lowResFos (Results 1 – 1 of 1) sorted by relevance
378 FileOutputStream lowResFos = new FileOutputStream(lowResFile); in writeBuffer() local379 lowResBitmap.compress(JPEG, COMPRESS_QUALITY, lowResFos); in writeBuffer()380 lowResFos.close(); in writeBuffer()