Searched defs:subTimeUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp732 int64_t subTimeUs; local
733 readBuffer(type, timeUs, MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC /* mode */, &subTimeUs);
735 int64_t delayUs = subTimeUs - timeUs;
758 int64_t subTimeUs; local
759 if (packets->nextBufferTime(&subTimeUs) != OK) {
774 const int64_t delayUs = nextSubTimeUs - subTimeUs;

Completed in 406 milliseconds