OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxNumOfFacesSupported
(Results
1 - 3
of
3
) sorted by null
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java
61
protected int
mMaxNumOfFacesSupported
;
490
mMaxNumOfFacesSupported
= src.
mMaxNumOfFacesSupported
;
669
return
mMaxNumOfFacesSupported
;
AndroidCamera2Capabilities.java
81
mMaxNumOfFacesSupported
= p.get(STATISTICS_INFO_MAX_FACE_COUNT);
AndroidCameraCapabilities.java
45
mMaxNumOfFacesSupported
= p.getMaxNumDetectedFaces();
Completed in 45 milliseconds