HomeSort by relevance Sort by last modified time
    Searched refs:SCORE_MAX (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/params/
Face.java 51 public static final int SCORE_MAX = 100;
72 * @param score Confidence level between {@value #SCORE_MIN}-{@value #SCORE_MAX}.
81 * {@value #SCORE_MIN}-{@value #SCORE_MAX},
91 if (score < SCORE_MIN || score > SCORE_MAX) {
123 * @param score Confidence level between {@value #SCORE_MIN}-{@value #SCORE_MAX}.
128 * {@value #SCORE_MIN}-{@value #SCORE_MAX}.
154 * <p>The range is {@value #SCORE_MIN} to {@value #SCORE_MAX}.
155 * {@value #SCORE_MAX} is the highest confidence.</p>
161 * filtering out faces with confidence less than half of {@value #SCORE_MAX}
164 * @see #SCORE_MAX
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 165 * <p>If the score is out of range of {@value Face#SCORE_MIN}, {@value Face#SCORE_MAX},
180 Face.SCORE_MAX,
191 * <p>If the score is out of range of {@value Face#SCORE_MIN}, {@value Face#SCORE_MAX},
201 Face.SCORE_MAX,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 715 if (faceScores[i] <= Face.SCORE_MAX &&
723 if (faceScores[i] <= Face.SCORE_MAX &&
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]

Completed in 285 milliseconds