Home
last modified time | relevance | path

Searched refs:nextBufferTime (Results 1 – 5 of 5) 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.cpp569 if (src == NULL || src->nextBufferTime(&firstTimeUs) != OK) { in estimateDurationsFromTimesUsAtEnd()
757 while ((err = impl->nextBufferTime(&timeUs)) == OK) { in seekBeyond()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp647 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp781 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()