/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
CameraTestHelper.java | 54 Log.v(TAG, "Shutter");
|
/hardware/libhardware/modules/camera/ |
Camera.h | 84 // Send a shutter notify message with start of exposure time
|
ExampleCamera.cpp | 260 // Setup default zero shutter lag controls
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
ZslPictureTakerFactory.java | 43 * Wires together a PictureTaker with zero shutter lag.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
FocusManager.java | 144 // Lock AE and AWB so users can half-press shutter and recompose. 180 // If the user has half-pressed the shutter and focus is completed, we 186 // Half pressing the shutter (i.e. the focus button event) will 207 // to play the AF sound if we're about to play the shutter
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXCapture.cpp | [all...] |
/external/libexif/libexif/olympus/ |
mnote-olympus-tag.c | 123 {MNOTE_OLYMPUS_TAG_SHUTTERSPEED, "ShutterSpeed", N_("Shutter Speed"), ""}, 177 {MNOTE_SANYO_TAG_RECORDSHUTTERRELEASE, "RecordShutterRelease", N_("Record Shutter Release"), ""},
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
OneCameraZslImpl.java | 88 * shutter lag.<br> 107 * True if zero-shutter-lag images should be captured. Some devices produce 206 * Ready state (typically displayed by the UI shutter-button) depends on two 410 // Tell CaptureModule shutter has occurred so it can flash the screen. 412 // Play shutter click sound. 512 // TODO Disable the shutter button until this image is captured. [all...] |
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraAppUI.java | [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraAgent.java | 705 * @param shutter The callback for shutter action, may be null. 716 CameraShutterCallback shutter, [all...] |
AndroidCameraAgentImpl.java | 273 CaptureCallbacks(ShutterCallback shutter, PictureCallback raw, PictureCallback postView, 275 mShutter = shutter; 323 final ShutterCallback shutter, 327 final CaptureCallbacks callbacks = new CaptureCallbacks(shutter, raw, postView, jpeg); [all...] |
CameraDeviceInfo.java | 194 * @return Whether the shutter sound can be disabled.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheel.java | 74 // The center of the shutter button. 263 // Ignore the event if too far from the shutter button. 342 // The icons are spreaded on the left side of the shutter button.
|
/frameworks/av/services/camera/libcameraservice/api1/ |
CameraClient.cpp | 634 // enable shutter sound 646 // the camera2 api legacy mode can unconditionally disable the shutter sound 648 ALOGV("%s: Disable shutter sound in legacy mode", __FUNCTION__); 653 // Disabling shutter sound may not be allowed. In that case only 658 // Disabling shutter sound is not allowed. Deny if the current 661 ALOGE("Failed to disable shutter sound. Permission denied (pid %d)", getCallingPid()); [all...] |
CameraClient.h | 98 // internal function used by sendCommand to enable/disable shutter sound.
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 148 /* after shutter, only queue matched exposure index */ 165 * bufs for each shutter press? */
|
/docs/source.android.com/src/devices/audio/ |
attributes.jd | 54 enforcement (camera shutter sounds required in some countries) and hardware audio/video 125 camera shutter sounds).</li>
|
/frameworks/base/docs/html/training/camera/ |
cameradirect.jd | 90 the shutter. To do so, you can use a {@link android.view.SurfaceView} to draw previews of what the 215 the shutter button.</p>
|
/hardware/ti/omap4xxx/camera/ |
TICameraParameters.cpp | 39 const char TICameraParameters::KEY_SHUTTER_ENABLE[] = "shutter-enable"; 108 //TI extensions for enabling/disabling shutter sound
|
/system/core/include/system/ |
camera.h | 117 * cmdType to disable/enable shutter sound. In sendCommand passing arg1 = 118 * 0 will disable, while passing arg1 = 1 will enable the shutter sound.
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | 300 * <p>Whether the shutter sound can be disabled.</p> 302 * <p>On some devices, the camera shutter sound cannot be turned off 304 * can be used to determine whether a call to disable the shutter sound 309 * false, then that call will fail, and the shutter sound will be played [all...] |
/external/libexif/libexif/canon/ |
mnote-canon-tag.c | 102 {MNOTE_CANON_TAG_SETTINGS_2, 7, N_("Slow Shutter")},
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CaptureSequencer.cpp | 416 // TODO: Update to use the HALv3 shutter notification for remove the 591 // Wait for shutter callback 611 ALOGW("Timed out waiting for shutter notification"); 725 ALOGV("%s: Notifying of shutter close to client", __FUNCTION__);
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
MainActivity.java | 33 * It presents a ui for setting ISO, Shutter speed, and focus
|
/hardware/libhardware/modules/usbcamera/ |
Camera.h | 105 // Send a shutter notify message with start of exposure time
|