Searched refs:nextBufferTime (Results 1 – 5 of 5) sorted by relevance
63 status_t nextBufferTime(int64_t *timeUs);
503 status_t AnotherPacketSource::nextBufferTime(int64_t *timeUs) { in nextBufferTime() function in android::AnotherPacketSource
569 if (src == NULL || src->nextBufferTime(&firstTimeUs) != OK) { in estimateDurationsFromTimesUsAtEnd()757 while ((err = impl->nextBufferTime(&timeUs)) == OK) { in seekBeyond()
647 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()
781 if (packets->nextBufferTime(&subTimeUs) != OK) { in sendTextData()