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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h130 bool hasSource(SourceType type) const;
H A DATSParser.cpp85 bool hasSource(SourceType type) const;
660 bool ATSParser::Program::hasSource(SourceType type) const { function in class:android::ATSParser::Program
2062 if (program->hasSource(AUDIO)) {
2069 if (program->hasSource(VIDEO)) {
2083 bool ATSParser::hasSource(SourceType type) const { function in class:android::ATSParser
2086 if (program->hasSource(type)) {
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1482 if (!mTSParser->hasSource(srcType)) {

Completed in 63 milliseconds