/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
Camera2Focuser.java | 37 * A focuser utility class to assist camera to do auto focus. 42 * supports auto-focus. Don't use this class if the camera device doesn't have focuser 47 private static final String TAG = "Focuser"; 77 * Construct a focuser object, with given capture requestSurface, listener 80 * The focuser object will use camera and requestSurface to submit capture 85 * @param camera The camera device associated with this focuser 86 * @param session The camera capture session associated with this focuser 124 throw new IllegalArgumentException("this camera doesn't have a focuser"); 173 * @param afRegions The AF regions used by focuser auto focus, full active 191 * @param afRegions The AF regions used by focuser auto focus, full activ [all...] |
StaticMetadata.java | 342 * Check if the camera device support focuser. 344 * @return true if camera device support focuser, false otherwise. 359 // Assume that if we have an AF mode which doesn't ignore AF trigger, we have a focuser [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
Camera2Focuser.java | 36 * A focuser utility class to assist camera to do auto focus. 41 * supports auto-focus. Don't use this class if the camera device doesn't have focuser 50 private static final String TAG = "Focuser"; 80 * Construct a focuser object, with given capture requestSurface, listener 83 * The focuser object will use camera and requestSurface to submit capture 88 * @param camera The camera device associated with this focuser 89 * @param session The camera capture session associated with this focuser 127 throw new IllegalArgumentException("this camera doesn't have a focuser"); 176 * @param afRegions The AF regions used by focuser auto focus, full active 194 * @param afRegions The AF regions used by focuser auto focus, full activ [all...] |
StaticMetadata.java | 342 * Check if the camera device support focuser. 344 * @return true if camera device support focuser, false otherwise. 359 // Assume that if we have an AF mode which doesn't ignore AF trigger, we have a focuser [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2StillCaptureTest.java | 224 Camera2Focuser focuser = null; local 232 focuser = new Camera2Focuser(mCamera, mSession, mPreviewSurface, afListener, 237 focuser.startAutoFocus(afRegions); 244 * different with existing repeating requests being sent by focuser, 252 currentAfMode = focuser.getCurrentAfMode(); 363 focuser.cancelAutoFocus(); 622 "Device reports non-zero max AF region count for a camera without focuser!",
|
/device/google/dragon/sepolicy/ |
file_contexts | 22 /dev/focuser u:object_r:video_device:s0
|
/device/google/dragon/ |
ueventd.dragon.rc | 46 /dev/focuser 0660 media camera
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
StillCaptureTest.java | 519 Camera2Focuser focuser = null; local 527 focuser = new Camera2Focuser(mCamera, mSession, mPreviewSurface, afListener, 532 focuser.startAutoFocus(afRegions); 539 * different with existing repeating requests being sent by focuser, 547 currentAfMode = focuser.getCurrentAfMode(); 658 focuser.cancelAutoFocus(); 692 Camera2Focuser focuser = new Camera2Focuser(mCamera, mSession, mPreviewSurface, afListener, local 697 focuser.touchForAutoFocus(afRegions); 699 focuser.cancelAutoFocus(); [all...] |
BurstCaptureTest.java | 190 // Lock AF if there's a focuser
|
CaptureRequestTest.java | 489 Log.i(TAG, "Camera " + id + " has no focuser, skipping test"); [all...] |
/device/htc/flounder/sepolicy/ |
file_contexts | 25 /dev/focuser u:object_r:video_device:s0
|
/device/htc/flounder/ |
ueventd.flounder.rc | 15 /dev/focuser* 0660 media camera
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.cpp | 580 // Check AF state if device has focuser and focus mode isn't fixed
|
Parameters.cpp | [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraCharacteristics.java | 479 * camera devices with adjustable focuser units [all...] |
/system/media/camera/docs/ |
metadata_properties.xml | [all...] |
ndk_metadata_properties.xml | [all...] |
docs.html | [all...] |
/frameworks/av/include/camera/ndk/ |
NdkCameraMetadataTags.h | [all...] |