Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.h63 status_t nextBufferTime(int64_t *timeUs);
DAnotherPacketSource.cpp503 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime() function in android::AnotherPacketSource
/frameworks/av/media/extractors/mpeg2/
DMPEG2TSExtractor.cpp568 if (src == NULL || src->nextBufferTime(&firstTimeUs) != OK) { in estimateDurationsFromTimesUsAtEnd()
756 while ((err = impl->nextBufferTime(&timeUs)) == OK) { in seekBeyond()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp783 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()