Lines Matching refs:source
2 * Copyright (C) 2010 The Android Open Source Project
35 NuPlayer::StreamingSource::StreamingSource(const sp<IStreamSource> &source)
36 : mSource(source),
114 sp<AnotherPacketSource> source =
117 if (source == NULL) {
121 return source->getFormat();
129 sp<AnotherPacketSource> source =
132 if (source == NULL) {
137 if (!source->hasBufferAvailable(&finalResult)) {
141 return source->dequeueAccessUnit(accessUnit);