OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:faceList
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java
521
ArrayList<Face>
faceList
= new ArrayList<Face>();
526
faceList
.add(new Face(faceRectangles[i], faceScores[i]));
540
faceList
.add(face);
544
Face[] faces = new Face[
faceList
.size()];
545
faceList
.toArray(faces);
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java
726
//
faceList
is an out parameter which will contain all faces which were
730
FaceInfoVec
faceList
) {
731
faceList
.clear();
737
//strip is too small, add faces to
faceList
773
faceList
.add(tempFaceList.at(bestIndex));
[
all
...]
Completed in 71 milliseconds