Searched defs:camera (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp42 #include <camera/ICamera.h>
43 #include <camera/CameraParameters.h>
211 status_t StagefrightRecorder::setCamera(const sp<ICamera> &camera, argument
214 if (camera == 0) {
215 ALOGE("camera is NULL");
219 ALOGE("camera proxy is NULL");
223 mCamera = camera;
666 } else if (key == "video-param-camera-id") {
1440 // release the camera source due to the camera'
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java49 * The CameraStreamer streams Frames from a camera to connected clients.
58 /** Camera Facing: Don't Care: Picks any available camera. */
60 /** Camera Facing: Front: Use the front facing camera. */
62 /** Camera Facing: Back: Use the rear facing camera. */
65 /** How long the streamer should wait to acquire the camera before giving up. */
69 * The global camera lock, that is closed when the camera is acquired by any CameraStreamer,
70 * and opened when a streamer is done using the camera.
74 /** The Camera thread that grabs frames from the camera */
96 /** List of clients that are consuming camera frame
243 setupPreviewTexture(Camera camera) argument
403 setupPreviewTexture(Camera camera) argument
1542 onCameraOpened(CameraStreamer camera) argument
1547 onCameraClosed(CameraStreamer camera) argument
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java54 * client for the Camera service, which manages the actual camera hardware.
56 * <p>To access the device camera, you must declare the
60 * manifest element to declare camera features used by your application.
61 * For example, if you use the camera and auto-focus feature, your Manifest
64 * &lt;uses-feature android:name="android.hardware.camera" />
65 * &lt;uses-feature android:name="android.hardware.camera.autofocus" /></pre>
80 * {@link #setPreviewDisplay(SurfaceHolder)}. Without a surface, the camera
95 * <li><b>Important:</b> Call {@link #release()} to release the camera for
96 * use by other applications. Applications should release the camera
106 * <li>Call {@link #unlock()} to allow the media process to access the camera
533 onPreviewFrame(byte[] data, Camera camera) argument
1030 onAutoFocus(boolean success, Camera camera) argument
1133 onAutoFocusMoving(boolean start, Camera camera) argument
1179 onPictureTaken(byte[] data, Camera camera) argument
1388 onZoomChange(int zoomValue, boolean stopped, Camera camera) argument
1415 onFaceDetection(Face[] faces, Camera camera) argument
1616 onError(int error, Camera camera) argument
[all...]

Completed in 869 milliseconds

12