Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h109 bigtime_t fLastDataAvailableTime; variable
137 if (time < (fLastDataAvailableTime - duration_for_frames( in GetMixerChannelInfo()
140 fDebugMixBufferFrames)) >= fLastDataAvailableTime) { in GetMixerChannelInfo()
145 fLastDataAvailableTime - duration_for_frames(fMixBufferFrameRate, in GetMixerChannelInfo()
146 fMixBufferFrameCount), fLastDataAvailableTime, time, in GetMixerChannelInfo()
153 if (time > fLastDataAvailableTime) in GetMixerChannelInfo()
H A DMixerInput.cpp39 fLastDataAvailableTime(-1), in MixerInput()
189 if (start > fLastDataAvailableTime) { in BufferReceived()
190 if ((start - fLastDataAvailableTime) in BufferReceived()
195 - fLastDataAvailableTime); in BufferReceived()
203 - fLastDataAvailableTime); in BufferReceived()
207 if ((fLastDataAvailableTime - start) in BufferReceived()
211 "%" B_PRIdBIGTIME "\n", fLastDataAvailableTime in BufferReceived()
221 "%" B_PRIdBIGTIME "\n", fLastDataAvailableTime in BufferReceived()
307 fLastDataAvailableTime = start + buffer_duration; in BufferReceived()