You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,29 @@ However:
18
18
- It's not intended as a demonstration of the proper way to do things.
19
19
The code may handle edge cases poorly or not at all. Logging is often
20
20
left enabled at a moderately verbose level.
21
-
- It's not documented.
21
+
- It's barely documented.
22
22
- It's not part of the Android Open Source Project. We cannot accept
23
23
contributions to Grafika, even if you have an AOSP CLA on file.
24
24
- It's NOT AN OFFICIAL GOOGLE PRODUCT. It's just a bunch of stuff that
25
25
got thrown together on company time and equipment.
26
26
- It's generally just not supported.
27
27
28
-
There is some overlap with the code on http://www.bigflake.com/mediacodec/. The code there largely consists of "headless" CTS tests, which are designed to be robust, self-contained, and largely independent of the usual app lifecycle issues. Grafika is a conventional app, and makes an effort to handle app issues correctly (like not doing lots of work on the UI thread).
29
-
30
-
Features are added to Grafika as the need arises, often in response to developer complaints about correctness or performance problems in the platform (either to confirm that the problems exist, or demonstrate an approach that works).
28
+
To some extent, Grafika can be treated as a companion to the
0 commit comments