Searched refs:postViewBytes (Results 1 – 1 of 1) sorted by relevance
167 ByteArrayOutputStream postViewBytes = new ByteArrayOutputStream(); in convertNv21toJpeg() local169 yuvImage.compressToJpeg(new Rect(0, 0, w, h), 90, postViewBytes); in convertNv21toJpeg()171 postViewBytes.flush(); in convertNv21toJpeg()177 return postViewBytes.toByteArray(); in convertNv21toJpeg()