History log of /frameworks/av/services/mediaanalytics/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
813b1b8e1e1fa3f00317f0218d78510bf9abf3ae 17-Jan-2018 Ray Essick <essick@google.com> Remove media metrics' unused 'summarizer' concept

Remove the code from media metrics that provided a summarization
capability. It wasn't providing the information we wanted and
consumed more system RAM while being unhelpful. If we figure out
a better way to do this, we'll re-implement.

Bug: 71874635
Test: manual
/frameworks/av/services/mediaanalytics/Android.mk
b62e77b1e3037509988986b9df2a8889c1ed547c 06-Apr-2017 Ray Essick <essick@google.com> Merge "Move MediaMetrics into its own library" into oc-dev am: c668efcfd0
am: a85c735114

Change-Id: Ie7fb351c752fcbfdf6690c15d62c7c754b166213
0f0c9b5007ff694d05a91c28359db0553e4dd061 05-Apr-2017 Ray Essick <essick@google.com> Move MediaMetrics into its own library

Changes for the new HAL structure have brought about a build time
circular dependency between libmedia and libmediadrm. This set of
changes the media metrics code into its own library and arranges
for the relevant consumers of the media metrics code to link
to this new library (where they had previously picked it up by
including libmedia).

Bug: 36990807
Test: build, boot.
Change-Id: I81768eecca88d5e59e6e6e547f29308a94e30c7b
/frameworks/av/services/mediaanalytics/Android.mk
2e9c63b2fddfe313d1508118ff4f1bca65c0ffee 30-Mar-2017 Ray Essick <essick@google.com> Implement metrics 'summarizers'

The summarizers collet similar records and bunch them to save space.
So a string of extractor operations that crack the same format audio
will be combined into a single record with a new "count=#" attribute.

Summarizers will sum appropriately. The current example is in the
Player summarizer -- it knows to sum the frame counts and times
(duration and playing) as part of the summarization.

Bug: 36736083
Test: lots of 'dumpsys -summary' manual examination
Change-Id: I325c2d2b25720d384bcc75b73c97e5b3d8fa9731
/frameworks/av/services/mediaanalytics/Android.mk
d38e174ddbde8e7419ba01deaded4ff0ead1caaa 24-Jan-2017 Ray Essick <essick@google.com> Change from mediaanalytics to mediametrics

reflect the change from "media.analytics" to "media.metrics" in
what service names we use; bring the metrics service main code into the
service directory (vs an additional shared library).
Removed references to tentative binder functions that the service
won't be offering, at least not in the near future.

Bug: 34615027
Test: build, boot, new services run, clients talking to said services.
Change-Id: If17772a8f03c05b142e8d5779830d198710210c1
/frameworks/av/services/mediaanalytics/Android.mk
3938dc6363949ef126bb6188d26b5bef6db8be4d 01-Nov-2016 Ray Essick <essick@google.com> initial mediasanalytics framework

This encompasses the basic framework files for mediaanalytics. This
includes the library code to run in clients, the interface definitions
to get to the service, and the mediaanalytics service.

This version of the patchset also incorporates a wholesale change from
"Media Statistics" to "Media Analytics" -- which involved both textual
changes and file renaming

This does not include the changes to other entities that will be sending
data. We'll do those under separate per-entity commits.

Bug: 30267133
Test: run through cts' media stress tests
Change-Id: Iee7e722d10fd57c5d6b14e2947117ed0d3af4f2a
/frameworks/av/services/mediaanalytics/Android.mk