Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:AnotherPacketSource

23 #include "AnotherPacketSource.h"
143 sp<AnotherPacketSource> source = getSource(audio);
194 sp<AnotherPacketSource> source = getSource(audio);
205 sp<AnotherPacketSource> otherSource = getSource(!audio);
246 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) {
251 return static_cast<AnotherPacketSource *>(source.get());
326 sp<AnotherPacketSource> src = info->mSource;
455 sp<AnotherPacketSource> source = getSource(true /* audio */);
520 sp<AnotherPacketSource> source = getSource(false /* audio */);
535 sp<AnotherPacketSource> source = info->mSource;
567 sp<AnotherPacketSource> source = getSource(false /* audio */);
585 sp<AnotherPacketSource> source = info->mSource;
600 sp<AnotherPacketSource> source = info->mSource;
672 sp<AnotherPacketSource> source = new AnotherPacketSource(format);