Searched defs:feedMore (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 56 milliseconds