Home
last modified time | relevance | path

Searched refs:nextBufferTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h60 status_t nextBufferTime(int64_t *timeUs);
DMPEG2TSExtractor.cpp445 while ((err = impl->nextBufferTime(&timeUs)) == OK) { in seekBeyond()
DAnotherPacketSource.cpp434 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime() function in android::AnotherPacketSource
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp788 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()