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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp915 int64_t subTimeUs; local
916 readBuffer(type, timeUs, &subTimeUs);
918 int64_t delayUs = subTimeUs - timeUs;
941 int64_t subTimeUs; local
942 if (packets->nextBufferTime(&subTimeUs) != OK) {
957 const int64_t delayUs = nextSubTimeUs - subTimeUs;

Completed in 43 milliseconds