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.h67 status_t feedMore();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2TSExtractor.cpp152 while (feedMore() == OK) {
201 while (feedMore() == OK
248 status_t MPEG2TSExtractor::feedMore() { function in class:android::MPEG2TSExtractor
439 if (feedMore() != OK) {
455 status_t err = feedMore();
H A DMPEG2PSExtractor.cpp105 if (feedMore() != OK) {
155 status_t MPEG2PSExtractor::feedMore() { function in class:android::MPEG2PSExtractor
672 status_t err = mExtractor->feedMore();

Completed in 1491 milliseconds