Home | History | Annotate | Download | only in stagefright

Lines Matching defs:mSource

429     sp<MediaSource> mSource;
437 : mSource(source),
441 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
457 return mSource->start(params);
461 return mSource->stop();
465 return mSource->getFormat();
487 status_t err = mSource->read(buffer, options);