summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-31Snap for 5768201 from 8facf7af35ae12fb6b5eb159eccbbf3b2ca49c3c to ↵android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12android10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseandroid-build-team Robot
qt-c2f2-release Change-Id: I3d573c967f9e16913bfa8b2ecf8f7f85dc1a09f4
2019-07-25Check Android container item MIME typeEmilian Peev
Android depth photos item mime type must be according to the dynamic depth spec. Bug: 138399780 Test: runtest -x cts/tests/camera/src/android/hardware/camera2/cts/ImageReaderTest.java -m testDynamicDepth Change-Id: I6ad6a1c581ba8a12884785171bc2f9b7360a4fb4
2019-05-09Sync libdynamic_depth to CL #247448495android10-devEmilian Peev
Brief description of the changes included: - Remove <Device> root entry from XMP writing - Remove unused image test files - Remove unused visibility specs - Qualify calls to certain functions from the cmath library - C++17 update for device_test due to order-independent containers Bug: 132382410 Test: Camera CTS Change-Id: I5ad27f6d33b5e73f494f6885d226086fecf59f2a
2019-02-06Check for depth map payloadEmilian Peev
The depth map payload presence is required according to specification. Bug:123316622 Test: Camera CTS Change-Id: I4b4174246b7dc21a4d01da638a4563d85fa14317
2019-02-06Sync libdynamic_depth to CL #231067980Emilian Peev
Changes included: - [ddepth] Add GetItemPayload for istream Bug: 123316622 Test: Camera CTS Change-Id: Idcc517dd0cc3b38a1ca28f348de4543d736f7146
2019-02-04Add an NDK library variantEmilian Peev
An NDK built library variant is needed for clients using the NDK toolchain. Move the Android depth buffer validation sequence in a separate module. Bug: 123237859 Test: Camera CTS Change-Id: Ibf149f0be02a40de31e901cfc420f203d10e5bf3
2019-01-28Merge changes from topic "dynamic_depth"TreeHugger Robot
* changes: Add Android dynamic depth buffer validation sequence Sync libdynamic_depth to CL #228913159
2019-01-28Fix include syntax error.Chih-Hung Hsieh
* Use include <project_name> : <file_path> Test: Gerrit upload validator Change-Id: Ie0bf6cd038ab5c41b85eeb73fd79703627b32f7f
2019-01-15Add Android dynamic depth buffer validation sequenceEmilian Peev
Bug: 109735087 Test: Camera CTS Change-Id: I4745aadab8ac512ed8dff38a65c40ca9db53e4c4
2019-01-15Sync libdynamic_depth to CL #228913159Emilian Peev
Brief description of the changes included: - Reduce logspam - Remove photos_editing_formats from namespaces - Add a Device serialization method for {i,o}streams - Add confidence to PointCloud - Disable unsigned overflow sanitizer during MD5 transformation - Remove unnecessary inner namespaces "absl" and "strings". Bug: 109735087 Test: Camera CTS Change-Id: I3006a1c95b1ddbdb0523ee8326a40bb6d72a2718
2018-12-28Disable unsigned overflow sanitizer during MD5 transformationEmilian Peev
It seems unsigned overflows during MD5 calculations are possible. Disable the undefined behavior sanitization for this particular case. Bug: 109735087 Test: Manual using application Change-Id: Ibbec9a5d38f8713de254ac2e26438992cf0da9f2
2018-11-21Sync libdynamic_depth to CL #222429857Eino-Ville Talvala
- Fix signed/unsigned char implicit conversion to fix x86 build. - Namespacing adjustments Test: lunch aosp_x86-eng && m libdynamic_depth Change-Id: I2c464f2df03e3b821ec04387e9a5b0c8bbb930ec
2018-11-15Initial commit of libdynamic_depthEino-Ville Talvala
Dynamic depth is a standard for embedding depth maps and other similar extensions into standard image files like JPEG. Test: m libdynamic_depth Bug: 109735087 Bug: 119211681 Change-Id: I0103b7d47e60dc8e3a3b277456903d76f727926f
2018-11-14Initial empty repositoryInna Palant