Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp2045 sp<MediaSource> firstSourceFound; in getSource() local
2052 if (firstSourceFound == NULL) { in getSource()
2053 firstSourceFound = source; in getSource()
2076 return firstSourceFound; in getSource()