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