Searched refs:stream2 (Results 1 – 4 of 4) sorted by relevance
108 final ByteArrayOutputStream stream2 = new ByteArrayOutputStream(); in sameIcon() local109 getBitmap(two).compress(Bitmap.CompressFormat.PNG, 100, stream2); in sameIcon()110 return Arrays.equals(stream1.toByteArray(), stream2.toByteArray()); in sameIcon()
278 ostringstream stream2; in mangleType() local279 stream2 << 'S'; in mangleType()281 stream2 << (char)('0' + i - 1); in mangleType()283 stream2 << '_'; in mangleType()284 *compressedMangling = stream2.str(); in mangleType()
790 audio_stream_type_t stream2);
5916 audio_stream_type_t stream2) { in streamsMatchForvolume() argument5917 return (stream1 == stream2); in streamsMatchForvolume()