Searched defs:StreamSource (Results 1 - 4 of 4) sorted by path

/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);
120 mParser->start(new StreamSource(mSource));
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp51 struct TunnelRenderer::StreamSource : public BnStreamSource { struct in class:android::TunnelRenderer
52 StreamSource(TunnelRenderer *owner);
64 virtual ~StreamSource();
78 DISALLOW_EVIL_CONSTRUCTORS(StreamSource);
83 TunnelRenderer::StreamSource::StreamSource(TunnelRenderer *owner) function in class:android::TunnelRenderer::StreamSource
88 TunnelRenderer::StreamSource::~StreamSource() {
91 void TunnelRenderer::StreamSource::setListener(
96 void TunnelRenderer::StreamSource
[all...]
/frameworks/base/media/tests/omxjpegdecoder/
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) {
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 &);

Completed in 162 milliseconds