History log of /frameworks/av/media/libstagefright/include/ThrottledSource.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
92541a351d8c5ca6aa0c1b3b0d40023ff2385645 16-Dec-2017 Dongwon Kang <dwkang@google.com> Remove unused code DataSource::getDrmInfo

The method in question was added in I4b9ef19 with DRMExtractor.
The only use case of getDrmInfo(), in DRMExtractor, has been removed
with I4dd3f07ca.

Test: build. post commit media cts test.
Bug: 65851881
Change-Id: Ieb4d9d36c74efcfbfe690bcd09e1cd7e08ee3f1a
/frameworks/av/media/libstagefright/include/ThrottledSource.h
d91dc5a0602f54fc0d4d2187f37b5b8169bb62c3 10-Oct-2017 Dongwon Kang <dwkang@google.com> Remove libmedia and libstagefright dependency from extractors

- MediaSource, DataSource and MediaExtractor are moved to
libmediaextractor so that they can be used by extractor
implementations without depending on libmedia and libstagefright.
- XXXFactory classes has been added in order not to expose CreateXXX
methods in libmediaextractor.
- avc_utils is moved to libstagefright_foundation since most of
extractor implementations are relying on that.

Test: build + post submit media CTS tests
Bug: 65851881
Change-Id: I7d5cf18dd25abc10478ac3f6e7d1828ad023e3fb
/frameworks/av/media/libstagefright/include/ThrottledSource.h
a15ed9529e70caaf42aae78f9fe530abe38bcc1b 24-Oct-2012 Marco Nelissen <marcone@google.com> Make ThrottledSource more usable

Add reconnectAtOffset(), DrmInitialization() and getDrmInfo().
Also rearrange the code a bit so all the methods that just call through
to the wrapped DataSource are in the header.

Change-Id: If25b674df317b0f6da5d36241c694e32abb0a01c
/frameworks/av/media/libstagefright/include/ThrottledSource.h
bd9c9a80fd487b3e83861c32b388eac146f8a299 19-Jan-2012 Andreas Huber <andih@google.com> Make sure the ThrottledSource reports the proper mime type

of the underlying source.

Change-Id: I7cfd5c9f10d4b07781ed82fbdc9bf3db2e86cf84
/frameworks/av/media/libstagefright/include/ThrottledSource.h
c7fc37a3dab9bd1f96713649f351b5990e6316ff 16-Nov-2010 James Dong <jdong@google.com> 64-bit file size/offset support for media framework

Change-Id: I3452bc2c0f1d990cc67285df2fce1f9f86ff8e10
/frameworks/av/media/libstagefright/include/ThrottledSource.h
c282e3eee921453fc9188705b4879d6289b71f9c 01-Jun-2010 Andreas Huber <andih@google.com> A debugging DataSource artifically limiting the available bandwidth.

Change-Id: I4ca75337a52599d211ea066fd94e649748df052d
/frameworks/av/media/libstagefright/include/ThrottledSource.h