Searched refs:stream2 (Results 1 – 5 of 5) 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()
517 int stream2 = ie.bytes[4] & Constants.BYTE_MASK; in from() local523 Log.d(TAG, "HT Rx MCS set2: " + Integer.toHexString(stream2)); in from()528 ((stream2 > 0) ? 2 : 1)); in from()
718 audio_stream_type_t stream2);
5522 audio_stream_type_t stream2) { in streamsMatchForvolume() argument5523 return (stream1 == stream2); in streamsMatchForvolume()