Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
DLogPlot.h139 const char *title = "", const char *label = "", int maxHeight = 10)
162 if (height > maxHeight) {
163 scalingFactor = (height + maxHeight) / maxHeight;
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java386 int textureViewHeight, int maxWidth, int maxHeight, Size aspectRatio) { in chooseOptimalSize() argument
395 if (option.getWidth() <= maxWidth && option.getHeight() <= maxHeight && in chooseOptimalSize()