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