Home
last modified time | relevance | path

Searched refs:kMaxAllowedVideoLateTimeUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaSync.cpp39 static const int64_t kMaxAllowedVideoLateTimeUs = 40000LL; variable
558 if (nowUs - itemRealUs <= kMaxAllowedVideoLateTimeUs) { in onDrainVideo_l()