commit | f42a127c9540048713de50b57a1d3b4879baa7d3 | [log] [tgz] |
---|---|---|
author | Changyeon Jo <changyeon@google.com> | Fri Aug 14 10:26:07 2020 -0700 |
committer | Changyeon Jo <changyeon@google.com> | Fri Aug 14 14:46:12 2020 -0700 |
tree | 75b3dc3c07da9dc9fd403b5321793b333afea448 | |
parent | 6cff75b7e0552cc981b1e94a0aa39065879492ca [diff] |
Fix a stream configuration size calculation Bug: 163641719 Fix: 164503386 Test: Build and run evs_app manually Change-Id: Icb72b85cb87338bc9031a2ffab941f47918c6dbd (cherry picked from commit a8599834a534475dec7ac6318fb5aec2b68e09be)
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.