Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.h98 status_t findIndexOfSource(const sp<AnotherPacketSource> &impl, size_t *index);
DMPEG2TSExtractor.cpp311 status_t MPEG2TSExtractor::findIndexOfSource(const sp<AnotherPacketSource> &impl, size_t *index) { in findIndexOfSource() function in android::MPEG2TSExtractor
323 if (findIndexOfSource(impl, &index) != OK) { in addSource()
352 if (findIndexOfSource(impl, &index) == OK) { in init()
369 if (findIndexOfSource(impl, &index) == OK) { in init()