Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mSource

203     sp<MediaSource> mSource;
1337 mSource(source),
1733 status_t err = mSource->start(meta.get());
1781 status_t status = mSource->stop();
2100 while (!mDone && (err = mSource->read(&buffer)) == OK) {