Searched refs:otherSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DRTSPSource.cpp212 sp<AnotherPacketSource> otherSource = getSource(!audio); local
216 if (otherSource != NULL &&
217 !otherSource->hasBufferAvailable(&otherFinalResult) &&
237 if (!(otherSource != NULL && otherSource->isFinished(mediaDurationUs))) {
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp185 sp<AnotherPacketSource> otherSource; local
194 otherSource = mPacketSources.valueFor(STREAMTYPE_VIDEO);
196 otherSource = mPacketSources.valueFor(STREAMTYPE_AUDIO);
198 if (otherSource != NULL && !otherSource->hasBufferAvailable(&finalResult)) {

Completed in 77 milliseconds