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

  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 138 static const int64_t kResumeThresholdUs;
LiveSession.cpp 50 const int64_t LiveSession::kResumeThresholdUs = 100000ll;
593 && startTime.mTimeUs - lastTime.mTimeUs > kResumeThresholdUs);
    [all...]

Completed in 38 milliseconds