Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:mSource

320             CHECK(mSource == NULL);
325 mSource = static_cast<Source *>(obj.get());
327 looper()->registerHandler(mSource);
339 mSource->prepareAsync();
349 if (mSource != NULL) {
352 err = mSource->getTrackInfo(reply);
368 if (mSource != NULL) {
373 err = mSource->selectTrack(trackIndex, select);
394 if (mDriver != NULL && mSource->getDuration(&durationUs) == OK) {
456 mSource->start();
460 if (mSource->isRealTime()) {
510 if ((err = mSource->feedMoreTSData()) != OK) {
548 if (mSource->feedMoreTSData() == OK) {
616 mSource->getDuration(&durationUs) == OK &&
665 mSource->getFormat(false /* audio */);
820 mSource->pause();
828 mSource->resume();
892 sp<AMessage> format = mSource->getFormat(audio);
932 status_t err = mSource->dequeueAccessUnit(audio, &accessUnit);
991 sp<AMessage> newFormat = mSource->getFormat(audio);
1252 mSource->seekTo(seekTimeUs);
1323 if (mSource != NULL) {
1324 mSource->stop();
1326 looper()->unregisterHandler(mSource->id());
1328 mSource.clear();
1376 if (mSource == NULL) {
1392 if (mDriver != NULL && mSource->getDuration(&durationUs) == OK) {