Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:AnotherPacketSource

23 #include "AnotherPacketSource.h"
129 sp<AnotherPacketSource> source = info->mSource;
148 sp<AnotherPacketSource> source = getSource(audio);
207 sp<AnotherPacketSource> source = getSource(audio);
218 sp<AnotherPacketSource> otherSource = getSource(!audio);
263 sp<AnotherPacketSource> NuPlayer::RTSPSource::getSource(bool audio) {
268 return static_cast<AnotherPacketSource *>(source.get());
423 sp<AnotherPacketSource> source = getSource(false /* audio */);
438 sp<AnotherPacketSource> source = info->mSource;
470 sp<AnotherPacketSource> source = getSource(false /* audio */);
488 sp<AnotherPacketSource> source = info->mSource;
503 sp<AnotherPacketSource> source = info->mSource;
572 sp<AnotherPacketSource> source = new AnotherPacketSource(format);