Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mpeg2/include/
DMPEG2TSExtractor.h97 status_t findIndexOfSource(const sp<AnotherPacketSource> &impl, size_t *index);
/frameworks/av/media/module/extractors/mpeg2/
DMPEG2TSExtractor.cpp327 status_t MPEG2TSExtractor::findIndexOfSource(const sp<AnotherPacketSource> &impl, size_t *index) { in findIndexOfSource() function in android::MPEG2TSExtractor
339 if (findIndexOfSource(impl, &index) != OK) { in addSource()
368 if (findIndexOfSource(impl, &index) == OK) { in init()
385 if (findIndexOfSource(impl, &index) == OK) { in init()