Searched defs:StreamSource (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/tests/omxjpegdecoder/
H A DStreamSource.h30 class StreamSource : public DataSource { class in namespace:android
32 // Pass the ownership of SkStream to StreamSource.
33 StreamSource(SkStream *SkStream);
39 virtual ~StreamSource();
46 StreamSource(const StreamSource &);
47 StreamSource &operator=(const StreamSource &);
H A DStreamSource.cpp19 #include "StreamSource.h"
23 StreamSource::StreamSource(SkStream *stream) function in class:android::StreamSource
29 StreamSource::~StreamSource() {
34 status_t StreamSource::initCheck() const {
38 ssize_t StreamSource::readAt(off64_t offset, void *data, size_t size) {
48 status_t StreamSource::getSize(off64_t *size) {
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
H A DMP4Source.cpp29 struct StreamSource : public FragmentedMP4Parser::Source { struct in namespace:android
30 StreamSource(const sp<IStreamSource> &source) function in struct:android::StreamSource
104 DISALLOW_EVIL_CONSTRUCTORS(StreamSource);
128 mParser->start(new StreamSource(mSource));

Completed in 108 milliseconds