Searched refs:streamHeight (Results 1 – 1 of 1) sorted by relevance
85 int streamHeight = bounds.outHeight; in getBitmapPartiallyResized() local86 int ratio = Math.max(streamWidth / maxDesiredWidth, streamHeight / maxDesiredHeight); in getBitmapPartiallyResized()