Searched refs:feedMore (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DMPEG2PSExtractor.h63 status_t feedMore();
H A DMPEG2TSExtractor.h60 status_t feedMore();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp100 status_t err = mExtractor->feedMore();
161 while (feedMore() == OK) {
196 status_t MPEG2TSExtractor::feedMore() { function in class:android::MPEG2TSExtractor
H A DMPEG2PSExtractor.cpp103 if (feedMore() != OK) {
152 status_t MPEG2PSExtractor::feedMore() { function in class:android::MPEG2PSExtractor
616 status_t err = mExtractor->feedMore();

Completed in 59 milliseconds