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

  /frameworks/base/core/java/android/hardware/camera2/params/
Face.java 37 public static final int ID_UNSUPPORTED = -1;
67 * If the id is {@value #ID_UNSUPPORTED} then the leftEyePosition, rightEyePosition, and
82 * or if id is {@value #ID_UNSUPPORTED} and
93 } else if (id < 0 && id != ID_UNSUPPORTED) {
96 if (id == ID_UNSUPPORTED) {
114 * If the id is {@value #ID_UNSUPPORTED} then the leftEyePosition, rightEyePosition, and
119 * the face id of each face is expected to be {@value #ID_UNSUPPORTED}, the leftEyePosition,
133 this(bounds, score, ID_UNSUPPORTED,
179 * If the id is {@value #ID_UNSUPPORTED} then the leftEyePosition, rightEyePosition, and
184 * the face id of each face is expected to be {@value #ID_UNSUPPORTED}.</p
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 609 if (face.getId() == Face.ID_UNSUPPORTED) {
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java     [all...]

Completed in 236 milliseconds