Searched refs:nextBufferTime (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.h63 status_t nextBufferTime(int64_t *timeUs);
H A DAnotherPacketSource.cpp489 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { function in class:android::AnotherPacketSource
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp429 if (src == NULL || src->nextBufferTime(&firstTimeUs) != OK) {
617 while ((err = impl->nextBufferTime(&timeUs)) == OK) {
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DGenericSource2.cpp708 if (packets->nextBufferTime(&subTimeUs) != OK) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp751 if (packets->nextBufferTime(&subTimeUs) != OK) {

Completed in 290 milliseconds