commit | 9be7d3cf61a477f8ee0a53e3538e9a3d0798b853 | [log] [tgz] |
---|---|---|
author | Haoxiang Li <haoxiangl@google.com> | Thu Aug 06 19:58:06 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 06 19:58:06 2020 +0000 |
tree | f9ea49e364b262e18a31d12320b343b6c3095aba | |
parent | ab0f956419926fd48c9607a5cf590f9d057e57d4 [diff] | |
parent | 5da1391fd9383ff01122d1eabf015e246287fd6d [diff] |
Merge changes from topic "aae-camera-rvc-qpr-dev" into rvc-qpr-dev * changes: Added a setView call before 3d stream started. Replace for-loop copying with memcpy. Fix SEGV_MAPERR in SurroundViewService destructor Update the core_lib from g3 cl/324068941 updated. Fixes setViews to be set from sv_app Fixes overlays in Surround View 3D Improve test coverage for SurroundViewSession Align the order of buffers to the listed cameras Remove CoreLibSetupHelper class. Sets processingEvsFrames earlier to fix conflicts Refine the stopping logic.
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.