Searched refs:streamHeight (Results 1 – 2 of 2) sorted by relevance
62 @IntRange(from = 1) int streamHeight, in MultiResolutionStreamInfo()67 if (streamHeight <= 0) { in MultiResolutionStreamInfo()68 throw new IllegalArgumentException("Invalid stream height " + streamHeight); in MultiResolutionStreamInfo()71 mStreamHeight = streamHeight; in MultiResolutionStreamInfo()
85 int streamHeight = bounds.outHeight; in getBitmapPartiallyResized() local86 int ratio = Math.max(streamWidth / maxDesiredWidth, streamHeight / maxDesiredHeight); in getBitmapPartiallyResized()