Home
last modified time | relevance | path

Searched refs:hasSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.h131 bool hasSource(SourceType type) const;
DATSParser.cpp86 bool hasSource(SourceType type) const;
796 bool ATSParser::Program::hasSource(SourceType type) const { in hasSource() function in android::ATSParser::Program
2272 if (program->hasSource(AUDIO)) { in getSource()
2279 if (program->hasSource(VIDEO)) { in getSource()
2293 bool ATSParser::hasSource(SourceType type) const { in hasSource() function in android::ATSParser
2296 if (program->hasSource(type)) { in hasSource()
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.cpp1494 if (!mTSParser->hasSource(srcType)) { in onDownloadNext()