OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnotherPacketSource
(Results
1 - 17
of
17
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.h
28
struct
AnotherPacketSource
;
65
sp<
AnotherPacketSource
> getSource(bool audio);
RTSPSource.h
29
struct
AnotherPacketSource
;
88
sp<
AnotherPacketSource
> mSource;
115
sp<
AnotherPacketSource
> mAudioTrack;
116
sp<
AnotherPacketSource
> mVideoTrack;
127
sp<
AnotherPacketSource
> getSource(bool audio);
StreamingSource.cpp
24
#include "
AnotherPacketSource
.h"
179
sp<
AnotherPacketSource
> audioTrack = getSource(true /*audio*/);
180
sp<
AnotherPacketSource
> videoTrack = getSource(false /*audio*/);
210
sp<
AnotherPacketSource
> NuPlayer::StreamingSource::getSource(bool audio) {
218
return static_cast<
AnotherPacketSource
*>(source.get());
222
sp<
AnotherPacketSource
> source = getSource(audio);
240
sp<
AnotherPacketSource
> source = getSource(audio);
RTSPSource.cpp
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());
324
sp<
AnotherPacketSource
> src = info->mSource;
449
sp<
AnotherPacketSource
> source = getSource(true /* audio */);
514
sp<
AnotherPacketSource
> source = getSource(false /* audio */);
529
sp<
AnotherPacketSource
> source = info->mSource
[
all
...]
GenericSource.h
32
struct
AnotherPacketSource
;
113
sp<
AnotherPacketSource
> mPackets;
267
int32_t curGen, sp<
AnotherPacketSource
> packets, sp<AMessage> msg);
275
int32_t curGen, sp<
AnotherPacketSource
> packets, sp<AMessage> msg);
GenericSource.cpp
22
#include "
AnotherPacketSource
.h"
241
new
AnotherPacketSource
(mAudioTrack.mSource->getFormat());
254
new
AnotherPacketSource
(mVideoTrack.mSource->getFormat());
583
mSubtitleTrack.mPackets = new
AnotherPacketSource
(NULL);
584
mTimedTextTrack.mPackets = new
AnotherPacketSource
(NULL);
744
sp<
AnotherPacketSource
> packets,
778
sp<
AnotherPacketSource
> packets,
[
all
...]
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
29
struct
AnotherPacketSource
;
66
const sp<
AnotherPacketSource
> &audioSource,
67
const sp<
AnotherPacketSource
> &videoSource,
68
const sp<
AnotherPacketSource
> &subtitleSource,
69
const sp<
AnotherPacketSource
> &metadataSource,
137
KeyedVector<LiveSession::StreamType, sp<
AnotherPacketSource
> >
173
sp<
AnotherPacketSource
> mVideoBuffer;
232
const sp<
AnotherPacketSource
> &source,
LiveSession.h
32
struct
AnotherPacketSource
;
223
KeyedVector<StreamType, sp<
AnotherPacketSource
> > mPacketSources;
225
KeyedVector<StreamType, sp<
AnotherPacketSource
> > mPacketSources2;
261
sp<
AnotherPacketSource
> getPacketSourceForStreamIndex(size_t trackIndex, bool newUri);
262
sp<
AnotherPacketSource
> getMetadataSource(
263
sp<
AnotherPacketSource
> sources[kNumSources], uint32_t streamMask, bool newUri);
PlaylistFetcher.cpp
28
#include "mpeg2ts/
AnotherPacketSource
.h"
169
mVideoBuffer(new
AnotherPacketSource
(NULL)),
482
const sp<
AnotherPacketSource
> &audioSource,
483
const sp<
AnotherPacketSource
> &videoSource,
484
const sp<
AnotherPacketSource
> &subtitleSource,
485
const sp<
AnotherPacketSource
> &metadataSource,
661
static_cast<
AnotherPacketSource
*>(ptr));
670
static_cast<
AnotherPacketSource
*>(ptr));
679
static_cast<
AnotherPacketSource
*>(ptr));
688
static_cast<
AnotherPacketSource
*>(ptr))
[
all
...]
LiveSession.cpp
26
#include "mpeg2ts/
AnotherPacketSource
.h"
314
mPacketSources.add(indexToType(i), new
AnotherPacketSource
(NULL /* meta */));
315
mPacketSources2.add(indexToType(i), new
AnotherPacketSource
(NULL /* meta */));
342
sp<
AnotherPacketSource
> packetSource = mPacketSources.valueFor(stream);
475
sp<
AnotherPacketSource
> packetSource = mPacketSources.valueFor(stream);
547
sp<
AnotherPacketSource
> &source = mPacketSources.editValueAt(i);
[
all
...]
/frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.h
32
struct
AnotherPacketSource
: public MediaSource {
33
AnotherPacketSource
(const sp<MetaData> &meta);
86
virtual ~
AnotherPacketSource
();
105
//
AnotherPacketSource
.cpp for non-empty()-ness.
123
DISALLOW_EVIL_CONSTRUCTORS(
AnotherPacketSource
);
AnotherPacketSource.cpp
18
#define LOG_TAG "
AnotherPacketSource
"
20
#include "
AnotherPacketSource
.h"
41
AnotherPacketSource
::
AnotherPacketSource
(const sp<MetaData> &meta)
55
void
AnotherPacketSource
::setFormat(const sp<MetaData> &meta) {
81
AnotherPacketSource
::~
AnotherPacketSource
() {
84
status_t
AnotherPacketSource
::start(MetaData * /* params */) {
88
status_t
AnotherPacketSource
::stop() {
92
sp<MetaData>
AnotherPacketSource
::getFormat()
[
all
...]
MPEG2TSExtractor.cpp
37
#include "
AnotherPacketSource
.h"
47
const sp<
AnotherPacketSource
> &impl,
59
sp<
AnotherPacketSource
> mImpl;
70
const sp<
AnotherPacketSource
> &impl,
160
sp<
AnotherPacketSource
> impl =
161
(
AnotherPacketSource
*)mParser->getSource(
173
sp<
AnotherPacketSource
> impl =
174
(
AnotherPacketSource
*)mParser->getSource(
198
sp<
AnotherPacketSource
> impl = haveVideo
199
? (
AnotherPacketSource
*)mParser->getSource
[
all
...]
Android.mk
6
AnotherPacketSource
.cpp \
MPEG2PSExtractor.cpp
23
#include "
AnotherPacketSource
.h"
65
sp<
AnotherPacketSource
> mSource;
712
mSource = new
AnotherPacketSource
(meta);
ATSParser.cpp
23
#include "
AnotherPacketSource
.h"
155
sp<
AnotherPacketSource
> mSource;
[
all
...]
/frameworks/av/media/libstagefright/include/
MPEG2TSExtractor.h
33
struct
AnotherPacketSource
;
64
Vector<sp<
AnotherPacketSource
> > mSourceImpls;
87
status_t feedUntilBufferAvailable(const sp<
AnotherPacketSource
> &impl);
Completed in 243 milliseconds