HomeSort by relevance Sort by last modified time
    Searched full:autofocus (Results 101 - 125 of 209) sorted by null

1 2 3 45 6 7 8 9

  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 245 int autoFocus();
QCameraStateMachine.cpp 762 rc = m_parent->autoFocus();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraManager.java 248 public void autoFocus(Handler handler, CameraAFCallback cb);
AndroidCameraManagerImpl.java 259 mCamera.autoFocus((AutoFocusCallback) msg.obj);
454 public void autoFocus(Handler handler, CameraAFCallback cb) {
PhotoUI.java 371 // If autofocus is not finished, cancel autofocus so that the
PhotoModule.java     [all...]
  /packages/apps/Gallery/
AndroidManifest.xml 9 <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 699 /* Different autofocus cycle when calling do_autoFocus
870 /* Whether the HAL must trigger autofocus. */
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 369 * CAMERA_MSG_FOCUS once when focusing is complete. autoFocus() will be
372 int autoFocus();
  /device/lge/mako/camera/
QCameraHWI.cpp     [all...]
QCameraHWI.h 372 * CAMERA_MSG_FOCUS once when focusing is complete. autoFocus() will be
375 int autoFocus();
QualcommCamera.cpp 576 rc = hardware->autoFocus( );
QualcommCamera2.cpp 412 rc = hardware->autoFocus( );
QualcommCameraHardware.h 120 virtual status_t autoFocus();
  /frameworks/base/docs/html/about/versions/
android-1.6.jd 342 "android.hardware.camera" and "android.hardware.camera.autofocus" values, which specify that a
343 camera and camera autofocus are required, respectively.</li>
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 714 /* Different autofocus cycle when calling do_autoFocus
930 /* Whether the HAL must trigger autofocus. */
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /system/media/camera/docs/
metadata_properties.xml 289 the autofocus trigger action is called. When that trigger
298 autofocus trigger action is called.
385 <notes>Autofocus must trigger now.</notes>
388 <notes>Autofocus must return to initial
392 <description>Whether the HAL must trigger autofocus.</description>
397 autofocus algorithm. The effect of AF trigger depends on the
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 292 rv = gCameraHals[ti_dev->cameraid]->autoFocus();
  /prebuilts/devtools/tools/lib/
dvlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.2.0/
dvlib-22.2.0.jar 
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java 542 * Whether the HAL must trigger autofocus.
549 * autofocus algorithm. The effect of AF trigger depends on the
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraStateMachine.cpp 762 rc = m_parent->autoFocus();
    [all...]

Completed in 923 milliseconds

1 2 3 45 6 7 8 9