Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp1506 sp<MediaSource> firstSourceFound; in getSource() local
1513 if (firstSourceFound == NULL) { in getSource()
1514 firstSourceFound = source; in getSource()
1537 return firstSourceFound; in getSource()