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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 83 static const int64_t kUnderflowMarkUs;
RTSPSource.cpp 36 const int64_t NuPlayer::RTSPSource::kUnderflowMarkUs = 1000000ll;
335 if (bufferedDurationUs < kUnderflowMarkUs) {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 143 static const int64_t kUnderflowMarkUs;
LiveSession.cpp 55 const int64_t LiveSession::kUnderflowMarkUs = 1000000ll;
832 int64_t delayUs = switchUp ? (kUnderflowMarkUs + 1000000ll) : 0;
    [all...]

Completed in 81 milliseconds