History log of /hardware/interfaces/camera/common/1.0/default/CameraParameters.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a04a913c7751b2cb63ee587a7430f3008b325c6a 27-Jun-2017 Yifan Hong <elsk@google.com> Fix missing includes in camera.common

Test: mma -j BOARD_VNDK_VERSION=current
Bug: 33241851
Change-Id: I471f05cf66e4c8532c428f9894fa4642139e03e2
/hardware/interfaces/camera/common/1.0/default/CameraParameters.cpp
b9b59bdca47dbf1d94a586527f7d139ed50c90d7 12-Jun-2017 Jiyong Park <jiyong@google.com> Move CameraParameters class to android.hardware.camera.common@1.0-helper

The CameraParamters class is widely used by many of the camera-related
vendor libs. However, they have been using the class from the
libcamera_client.so which is not a VNDK library.

By moving the class to the common@1.0-helper, which is available to
vendors, we can eliminate the dependency to libcamera_client.so from the
vendor libs.

Bug: 62523241
Test: 2016/2017 Pixel devices build and boots. Camera functionalities
work.

Change-Id: I3f69f1591663390c050d1e75ac2957d3ecc38ba7
/hardware/interfaces/camera/common/1.0/default/CameraParameters.cpp