commit | e3011cc2ea5136f912584f5edd3d9da62a8a856c | [log] [tgz] |
---|---|---|
author | Haoxiang Li <haoxiangl@google.com> | Wed Jun 10 21:33:26 2020 -0700 |
committer | Haoxiang Li <haoxiangl@google.com> | Thu Jun 11 16:29:33 2020 -0700 |
tree | 978f391f7b5647e308a5f529076ab2fecd1d4a8c | |
parent | 89b4dc9b67c3c9006acd134c70585a9aaeb07fe8 [diff] |
Skip frames when SV service is handling old ones When EVS frames arrive faster than the processing speed of Surround View Service, skip the new incoming frames to make sure only one set of EVS frames is held by Surround View Service. Bug: 157498592 Test: Manually launched SV service and app on Osprey Change-Id: I1ba48c2dae581466cc5280552b46b3e9ca141e33
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.