Searched refs:shutter (Results 1 - 5 of 5) 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.java297 * <p>Whether the shutter sound can be disabled.</p>
299 * <p>On some devices, the camera shutter sound cannot be turned off
301 * can be used to determine whether a call to disable the shutter sound
306 * false, then that call will fail, and the shutter sound will be played
1345 * from the sensor. This is a good opportunity to play a shutter sound
1375 * Equivalent to takePicture(shutter, raw, null, jpeg).
1379 public final void takePicture(ShutterCallback shutter, PictureCallback raw, argument
1381 takePicture(shutter, raw, null, jpeg);
1388 * The shutter callback occurs after the image is captured. This can be used
1409 * @param shutter th
1414 takePicture(ShutterCallback shutter, PictureCallback raw, PictureCallback postview, PictureCallback jpeg) argument
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1910 // all input and output buffers, all result metadata, shutter callback
1919 // Sanity check - if sensor timestamp matches shutter timestamp
1923 ") for frame %d doesn't match shutter timestamp (%" PRId64 ")",
2041 // Get shutter timestamp and resultExtras from list of in-flight requests,
2042 // where it was added by the shutter notification for this frame. If the
2043 // shutter timestamp isn't received yet, append the output buffers to the
2044 // in-flight request and they will be returned when the shutter timestamp
2046 // all result data and shutter timestamp have been received.
2154 // If shutter event isn't received yet, append the output buffers to
2219 notifyShutter(msg->message.shutter, listene
[all...]

Completed in 120 milliseconds