Searched refs:nextEventTime (Results 1 – 3 of 3) sorted by relevance
702 bigtime_t nextEventTime = event->event_time+fBufferPeriod; in HandleBuffer() local703 media_timed_event nextBufferEvent(nextEventTime, BTimedEventQueue::B_HANDLE_BUFFER); in HandleBuffer()
1490 bigtime_t nextEventTime = endTime; in processBuffer() local1497 int64 toProcess = frames_for_duration(output.format(), nextEventTime - targetTime); in processBuffer()1515 targetTime = nextEventTime; // +++++ might this drift from the real frame offset? in processBuffer()
1051 bigtime_t nextEventTime = event->event_time+10000; // fBufferPeriod; // XXX : should multiply in HandleBuffer() local1052 media_timed_event nextBufferEvent(nextEventTime, BTimedEventQueue::B_HANDLE_BUFFER); in HandleBuffer()