Searched refs:tooEarly (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp587 bigtime_t tooEarly = buffer->Header()->start_time - now; local
588 if (tooEarly > 3000)
589 snooze(tooEarly);

Completed in 34 milliseconds