Lines Matching refs:camera

24 #include <camera/android/hardware/ICamera.h>
25 #include <camera/ICameraRecordingProxy.h>
26 #include <camera/ICameraRecordingProxyListener.h>
27 #include <camera/CameraParameters.h>
45 * from the default camera.
56 * @param camera the video input frame data source. If it is NULL,
57 * we will try to connect to the camera with the given
60 * @param cameraId the id of the camera that the source will connect
61 * to if camera is NULL; otherwise ignored.
62 * @param clientName the package/process name of the camera-using
63 * application if camera is NULL; otherwise ignored. Used for
65 * @param clientUid the UID of the camera-using application if camera is
67 * @param clientPid the PID of the camera-using application if camera is
73 * @param storeMetaDataInVideoBuffers true to request the camera
75 * request the camera source to store real YUV frame data
76 * in the video buffers. The camera source may not support
84 static CameraSource *CreateFromCamera(const sp<hardware::ICamera> &camera,
120 * Tell whether this camera source stores meta data or real YUV
211 CameraSource(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
227 // Callback called when still camera raw data is available.
261 // The mode video buffers are received from camera. One of VIDEO_BUFFER_MODE_*.
271 // Consumer and producer of the buffer queue between this class and camera.
279 // A mapping from ANativeWindowBuffer sent to encoder to BufferItem received from camera.
295 status_t init(const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
300 const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
308 status_t isCameraAvailable(const sp<hardware::ICamera>& camera,