700 Commits (3e29db0621e2571b1f615cc48cb5848b5c1f263f)

Author SHA1 Message Date
Igor Murashkin a91537e268 Camera: ProCamera - implement onResultReceived callback for metadata callbacks
12 years ago
Igor Murashkin 5076182ce4 Camera: ProCameraTests - add CpuConsumer tests for dual streams
12 years ago
Igor Murashkin eb72e1796b Camera: ProCameraTests - add CpuConsumer tests for dual streams
12 years ago
Igor Murashkin c0767f148e Camera: ProCamera - add createStreamCpu and unit test
12 years ago
Igor Murashkin 5835cc46a2 Camera: ProCamera - add createStreamCpu and unit test
12 years ago
Igor Murashkin 5494cdc67b Camera: Change ProCamera to take IGraphicBufferProducer
12 years ago
Igor Murashkin 76f8b43909 Camera: Change ProCamera to take IGraphicBufferProducer
12 years ago
Igor Murashkin 69e22433b9 Camera: ProCamera2Client - add createStream (service is stubbed) and unit test
12 years ago
Igor Murashkin 985fd30a10 Camera: ProCamera2Client - add createStream (service is stubbed) and unit test
12 years ago
Igor Murashkin 9476926bb9 Camera: ProCamera - add createStream stub and unit test for it
12 years ago
Igor Murashkin 68506fd58d Camera: ProCamera - add createStream stub and unit test for it
12 years ago
Igor Murashkin 90fce97bf3 Camera: ProCameraTests - add asynchronous locking unit test
12 years ago
Igor Murashkin 39f79f77a4 Camera: ProCameraTests - add asynchronous locking unit test
12 years ago
Igor Murashkin 68c8066830 Camera: ProClient add asynchronous locks and such
12 years ago
Igor Murashkin 5376573eff Camera: ProClient add asynchronous locks and such
12 years ago
Igor Murashkin bfb5d5ef5b Camera: Add ProCamera private binder interface for an API2-light functionality
12 years ago
Igor Murashkin 634a51509e Camera: Add ProCamera private binder interface for an API2-light functionality
12 years ago
Igor Murashkin e4e5b2f23f Camera: Add unit test infrastructure for libcameraclient
12 years ago
Igor Murashkin 1d88023e1d Camera: Add unit test infrastructure for libcameraclient
12 years ago
Igor Murashkin 537799199b Camera: Add exists function to CameraMetadata
12 years ago
Igor Murashkin fc42642ab7 Camera: Add exists function to CameraMetadata
12 years ago
Igor Murashkin bd02dd1bf1 Camera: Move CameraMetadata.h from service to client library
12 years ago
Igor Murashkin 7efa520c76 Camera: Move CameraMetadata.h from service to client library
12 years ago
Andy McFadden 484566c410 Rename ISurfaceTexture and SurfaceTexture
12 years ago
Andy McFadden 8ba01021b5 Rename ISurfaceTexture and SurfaceTexture
12 years ago
You Kim 4c18eb30b4 Typo in CameraParameters::set
12 years ago
James Painter 0517e304d0 DO NOT MERGE: Remove experimental parameters for burst mode
12 years ago
Eino-Ville Talvala c61b2aaab1 Camera: Add HDR scene mode constants.
12 years ago
Eino-Ville Talvala c81284a2b7 Camera: Add HDR scene mode constants.
12 years ago
James Painter e538206d15 Camera2: Add a burst mode skeleton.
12 years ago
James Painter c3dbf1a40d Camera2: Add a burst mode skeleton.
12 years ago
Eino-Ville Talvala f6d9696bf1 Camera: Add OPAQUE pixel format to CameraParameters
12 years ago
James Dong 3d51d5cb53 Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/
12 years ago
Wu-cheng Li 08ad5efcef Remove new camera connect API.
12 years ago
Wu-cheng Li 2fd2440d01 Add a new camera open API that allows taking the ownership.
12 years ago
Mathias Agopian df712ea86e fix libgui header location
13 years ago
Steve Block 29357bc2c0 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
13 years ago
Steve Block 5ff1dd576b Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
13 years ago
Steve Block b8a805261b Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
13 years ago
Steve Block 3856b090cd Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
13 years ago
Eino-Ville Talvala 7019d2247e Add video stabilization control to Camera parameters.
13 years ago
Wu-cheng Li a8e409f8f9 Add video snapshot camera parameter.
13 years ago
Wu-cheng Li ab3f1388c7 Add new camera focus mode FOCUS_MODE_CONTINUOUS_PICTURE.
13 years ago
Wu-cheng Li 79e2ab42c3 Add camera bayer image format.
13 years ago
Wu-cheng Li 57c86189bc Pass camera frame metadata from camera service to Java.
13 years ago
Wu-cheng Li 40cdc56efa Add camera recording hint parameter.
13 years ago
Wu-cheng Li 7fc25dd82d Add camera face detection API.
13 years ago
Jeff Brown 5e0067b486 Remove the simulator target from all makefiles.
13 years ago
Wu-cheng Li 4ca2c7c913 Add framework support for camcorder zoom.
13 years ago
Iliyan Malchev 5e7271d6e2 CameraParameters: add PIXEL_FORMAT_RGBA8888
13 years ago
Eino-Ville Talvala fd99e1dda6 Add auto-white balance locking to the Camera API.
13 years ago
Eino-Ville Talvala 95fbf2cdcc Add an auto-exposure lock feature to the Camera API.
13 years ago
Wu-cheng Li 38ecadbeb0 Add camera metering area API.
13 years ago
Wu-cheng Li a1c3d37ef9 Add camera focus area API.
13 years ago
Iliyan Malchev 108dddf924 frameworks/base: some camera-interface cleanup
13 years ago
Mathias Agopian 5f7fcf29a7 merge libsurfaceflinger_client into libgui
13 years ago
Wu-cheng Li 6f7a293c1b Merge "Add YV12 preview format to camera parameter constants."
14 years ago
Wu-cheng Li d42c6e8904 Add YV12 preview format to camera parameter constants.
14 years ago
James Dong e468ac57f6 Application-managed callback buffer support for raw image
14 years ago
Jamie Gennis bfa33aae4f Add camera service support for SurfaceTexture.
14 years ago
Wu-cheng Li 627baacc74 Camera::create should fail when it fails to connect the camera.
14 years ago
James Dong 0f5a6f9231 Add preferred preview size support in the camera framework
14 years ago
James Dong c42478ed7b Fixed a race condition where some recording frames may not be released.
14 years ago
James Dong e2ad6734ec Camera framework change required for 0-memcpy recording
14 years ago
James Dong 0d14c25355 Video size retrieval/configuration support in camera hal
14 years ago
Wu-cheng Li 9219e0b4eb am 2ad1ebca: am d45cb72a: Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
14 years ago
Wu-cheng Li ac4205c906 Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.
14 years ago
James Dong e2d8ba8c36 Add YUV420P color format support for video output from camera hal
14 years ago
Wu-cheng Li f015774f9d am 6e46e6f7: am 7ec7b997: Remove camera metering mode API.
14 years ago
Wu-cheng Li 541d7655d9 Remove camera metering mode API.
14 years ago
Wu-cheng Li 10d3d28bdd am 346b6126: am 97a56269: Merge "Add camera fps range API." into gingerbread
14 years ago
Jamie Gennis 4b79168835 Change the framework to use the new camera preview path.
14 years ago
Wu-cheng Li 04379fa9a0 Add camera fps range API.
14 years ago
Nipun Kwatra e44607eacd Adding getSupportedPreviewSizes to CameraParameters.DO NOT MERGE
14 years ago
Nipun Kwatra 34c91a321c Adding getSupportedPictureSizes to CameraParameters.DO NOT MERGE
14 years ago
Nipun Kwatra 0cc18781fb Adding parseSizesList, getSupportedPreviewSizes to CameraParameters.
14 years ago
Nipun Kwatra 99b4de9243 Adding getSupportedPictureSizes which returns a Vector of supported Sizes.
14 years ago
Jean-Baptiste Queru 9da2070b6d resolved conflicts for merge of 27eecb70 to gingerbread
14 years ago
Jean-Baptiste Queru 0319aaecb0 am 4506c62a: fix inaccurate copyrights
14 years ago
Jean-Baptiste Queru 68335fdd6e fix inaccurate copyrights
14 years ago
Jean-Baptiste Queru 01cff46497 fix inaccurate copyrights
14 years ago
Chih-Chung Chang ddbdb35d17 Change camera interface to support multiple cameras.
14 years ago
Wu-cheng Li d38bee5858 Add KEY_SUPPORTED_METERING_MODES and fix some typos.
14 years ago
Wu-cheng Li 2b8aba228e Add camera metering mode API.
14 years ago
Wu-cheng Li 0b0279e0d2 Add video frame parameter.
14 years ago
Wu-cheng Li ae77ffa16b Fix build error.
14 years ago
Wu-cheng Li 09a2ab9dfe Add camera focus distances API.
14 years ago
Chih-Chung Chang d06618ee31 Fix deadlock if the last reference of ICameraClient is removed in
14 years ago
Wu-cheng Li 83e5a900e5 am d8c33747: am 78624e41: Add remove method in CameraParameters class.
14 years ago
Wu-cheng Li adbda96f6a Add remove method in CameraParameters class.
14 years ago
Wu-cheng Li 4bf7ace0d9 Add continuous focus mode constant.
14 years ago
Chih-Chung Chang 35a055b8bf Support multiple cameras in framework.
14 years ago
Wu-cheng Li 465d5a7f35 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF.
14 years ago
Wu-cheng Li 8cc76ae259 Add some comments for zoom methods.
14 years ago
Chih-Chung Chang f8ed70a20f Call unlinkToDeath() when we disconnect the Camera,
14 years ago
Wu-cheng Li d8d888ea7c Add camera parameter string constant for "true".
15 years ago
Ray Chen c0170bc6c6 Add location provider name to gps-processing-method in EXIF header.
15 years ago
Wu-cheng Li 949c5037a6 Unhide zoom API.
15 years ago
Wu-cheng Li 4f1bff9717 Unhide exposure compensation API.
15 years ago
Mathias Agopian 3cf613507f split libsurfaceflinger_client and libcamera_client out of libui
15 years ago