Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:source

2  * Copyright (C) 2010 The Android Open Source Project
40 const sp<IStreamSource> &source)
41 : Source(notify),
42 mSource(source),
231 sp<MediaSource> source = mTSParser->getSource(
234 return static_cast<AnotherPacketSource *>(source.get());
238 sp<AnotherPacketSource> source = getSource(audio);
241 if (source == NULL) {
246 sp<MetaData> meta = source->getFormat();
260 sp<AnotherPacketSource> source = getSource(audio);
262 if (source == NULL) {
271 if (!source->hasBufferAvailable(&finalResult)) {
275 status_t err = source->dequeueAccessUnit(accessUnit);