Home
last modified time | relevance | path

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

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