Home
last modified time | relevance | path

Searched refs:SourceType (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.h74 enum SourceType { enum
86 int64_t timeUs, SourceType type);
93 SourceType getType() const { return mType; } in getType()
107 SourceType mType;
130 sp<AnotherPacketSource> getSource(SourceType type);
131 bool hasSource(SourceType type) const;
DATSParser.cpp85 sp<AnotherPacketSource> getSource(SourceType type);
86 bool hasSource(SourceType type) const;
174 SourceType getSourceType();
175 sp<AnotherPacketSource> getSource(SourceType type);
285 int64_t timeUs, SourceType type) { in init()
785 sp<AnotherPacketSource> ATSParser::Program::getSource(SourceType type) { in getSource()
796 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource()
1812 ATSParser::SourceType ATSParser::Stream::getSourceType() { in getSourceType()
1823 sp<AnotherPacketSource> ATSParser::Stream::getSource(SourceType type) { in getSource()
2258 sp<AnotherPacketSource> ATSParser::getSource(SourceType type) { in getSource()
[all …]
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp434 ATSParser::SourceType type = static_cast<ATSParser::SourceType>(i); in init()
564 ATSParser::SourceType type = ev.getType(); in estimateDurationsFromTimesUsAtEnd()
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h105 static ATSParser::SourceType getSourceTypeForStream(StreamType type);
DPlaylistFetcher.cpp1480 ATSParser::SourceType srcTypes[] = in onDownloadNext()
1487 ATSParser::SourceType srcType = srcTypes[i]; in onDownloadNext()
1766 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
1823 ATSParser::SourceType type =LiveSession::getSourceTypeForStream(stream); in extractAndQueueAccessUnitsFromTs()
DLiveSession.cpp260 ATSParser::SourceType LiveSession::getSourceTypeForStream(StreamType type) { in getSourceTypeForStream()