Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mSource

203     sp<MediaSource> mSource;
1236 mSource(source),
1634 status_t err = mSource->start(meta.get());
1682 status_t status = mSource->stop();
1998 while (!mDone && (err = mSource->read(&buffer)) == OK) {