HomeSort by relevance Sort by last modified time
    Searched refs:latestTimeUs (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 198 int64_t latestTimeUs = 0;
199 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs));
200 if (lastQueuedTimeUs > latestTimeUs) {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp     [all...]
PlaylistFetcher.cpp 553 int64_t latestTimeUs = 0, stopTimeUs = 0;
556 && (latestMeta->findInt64("timeUs", &latestTimeUs)
558 int64_t diffUs = stopTimeUs - latestTimeUs;
    [all...]

Completed in 65 milliseconds