)]}' { "commit": "586f6d96853609195c9b704f185e2012f58e70d2", "tree": "e5d508ad4ef9c280efa8ce320e9cd2d517a0a68e", "parents": [ "5c7a0119c5f9379368dfdd7a2828547338d01b32" ], "author": { "name": "Jonas Larsson", "email": "ljonas@google.com", "time": "Tue Dec 08 14:19:25 2020 -0800" }, "committer": { "name": "Jonas Larsson", "email": "ljonas@google.com", "time": "Tue Dec 08 14:19:25 2020 -0800" }, "message": "Work around slow decoder/converter issues\n\nSince our VPU can\u0027t decode to a format anything MDP can understand\ndecoding a frame consists of 2 steps, decode and convert. Performing\nboth operations in the same thread context serializes operations,\nnothing is decoded while something is converted and vice versa.\nAdd a queue to decouple thread context and allow both steps to\nexecute concurrently.\n\nFixes some errors of the kind\n\"There may be a timestamping problem, or this computer is too slow.\"\n\nChange-Id: I95b6eb92d36a4b402c82ae0ca5dbb537aeaf760c\n", "tree_diff": [ { "type": "modify", "old_id": "73692c2b7b93847ef6e26964bb7dc53e797730eb", "old_mode": 33188, "old_path": "edgetpuvision/pipelines.py", "new_id": "978f328d17b7e19e7617974a2c922625303271e7", "new_mode": 33188, "new_path": "edgetpuvision/pipelines.py" } ] }