Home
last modified time | relevance | path

Searched refs:MAX_PREVIEW_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollPreviewFragment.java57 private static final int MAX_PREVIEW_HEIGHT = 1080; field in FaceEnrollPreviewFragment
289 if (choices[i].getHeight() == MAX_PREVIEW_HEIGHT in chooseOptimalSize()
/aosp12/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
H A DCameraAvgFragment.java129 private static final int MAX_PREVIEW_HEIGHT = 1080; field in CameraAvgFragment
572 if (maxPreviewHeight > MAX_PREVIEW_HEIGHT) { in setUpCameraOutputs()
573 maxPreviewHeight = MAX_PREVIEW_HEIGHT; in setUpCameraOutputs()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h203 static const unsigned int MAX_PREVIEW_HEIGHT = 1920; member
H A DParameters.cpp74 Size maxPreviewSize = { MAX_PREVIEW_WIDTH, MAX_PREVIEW_HEIGHT }; in initialize()
1039 Size previewSizeBound = { MAX_PREVIEW_WIDTH, MAX_PREVIEW_HEIGHT }; in buildFastInfo()