Searched refs:totalOutputStream (Results 1 – 1 of 1) sorted by relevance
3729 ByteOrderedDataOutputStream totalOutputStream = in saveWebpAttributes() local3733 copy(totalInputStream, totalOutputStream, WEBP_SIGNATURE_1.length); in saveWebpAttributes()3914 totalOutputStream.writeInt(nonHeaderByteArrayOutputStream.size() in saveWebpAttributes()3916 totalOutputStream.write(WEBP_SIGNATURE_2); in saveWebpAttributes()3917 nonHeaderByteArrayOutputStream.writeTo(totalOutputStream); in saveWebpAttributes()