Searched refs:shutter (Results 1 - 6 of 6) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraAgentImpl.java273 CaptureCallbacks(ShutterCallback shutter, PictureCallback raw, PictureCallback postView, argument
275 mShutter = shutter;
323 final ShutterCallback shutter,
327 final CaptureCallbacks callbacks = new CaptureCallbacks(shutter, raw, postView, jpeg);
902 final Handler handler, final CameraShutterCallback shutter,
933 .getNewInstance(handler, AndroidCameraProxyImpl.this, shutter),
322 requestTakePicture( final ShutterCallback shutter, final PictureCallback raw, final PictureCallback postView, final PictureCallback jpeg) argument
901 takePicture( final Handler handler, final CameraShutterCallback shutter, final CameraPictureCallback raw, final CameraPictureCallback post, final CameraPictureCallback jpeg) argument
H A DAndroidCamera2AgentImpl.java1129 final CameraShutterCallback shutter,
1139 if (shutter != null) {
1146 shutter.onShutter(AndroidCamera2ProxyImpl.this);
1128 takePicture(final Handler handler, final CameraShutterCallback shutter, CameraPictureCallback raw, CameraPictureCallback postview, final CameraPictureCallback jpeg) argument
H A DCameraAgent.java705 * @param shutter The callback for shutter action, may be null.
716 CameraShutterCallback shutter,
909 * Enables/Disables the camera shutter sound.
911 * @param enable {@code true} to enable the shutter sound,
714 takePicture( Handler handler, CameraShutterCallback shutter, CameraPictureCallback raw, CameraPictureCallback postview, CameraPictureCallback jpeg) argument
/frameworks/base/core/java/android/hardware/
H A DCamera.java347 * <p>Whether the shutter sound can be disabled.</p>
349 * <p>On some devices, the camera shutter sound cannot be turned off
351 * can be used to determine whether a call to disable the shutter sound
356 * false, then that call will fail, and the shutter sound will be played
1457 * from the sensor. This is a good opportunity to play a shutter sound
1491 public final void takePicture(ShutterCallback shutter, PictureCallback raw, argument
1493 takePicture(shutter, raw, null, jpeg);
1500 * The shutter callback occurs after the image is captured. This can be used
1521 * @param shutter the callback for image capture moment, or null
1529 public final void takePicture(ShutterCallback shutter, PictureCallbac argument
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java611 Pair<CaptureRequest, Long> shutter = mCaptureStartQueue.poll(
614 if (shutter == null) {
617 } else if (expectedShutter.equals(shutter)) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1158 m.message.shutter.frame_number = msg.msg.shutter.frameNumber;
1159 m.message.shutter.timestamp = msg.msg.shutter.timestamp;
2755 // all input and output buffers, all result metadata, shutter callback
2764 // Sanity check - if sensor timestamp matches shutter timestamp in the
2769 ") for frame %d doesn't match shutter timestamp (%" PRId64 ")",
3038 // Get shutter timestamp and resultExtras from list of in-flight requests,
3039 // where it was added by the shutter notification for this frame. If the
3040 // shutter timestam
[all...]

Completed in 96 milliseconds