HomeSort by relevance Sort by last modified time
    Searched full:mystreamsource (Results 1 - 1 of 1) sorted by null

  /frameworks/base/cmds/stagefright/
stream.cpp 42 struct MyStreamSource : public BnStreamSource {
44 MyStreamSource(int fd);
52 virtual ~MyStreamSource();
62 DISALLOW_EVIL_CONSTRUCTORS(MyStreamSource);
65 MyStreamSource::MyStreamSource(int fd)
75 MyStreamSource::~MyStreamSource() {
80 void MyStreamSource::setListener(const sp<IStreamListener> &listener) {
84 void MyStreamSource::setBuffers(const Vector<sp<IMemory> > &buffers)
    [all...]

Completed in 115 milliseconds