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

/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h193 bigtime_t mStartTime; member in class:ToneProducer
H A DToneProducer.cpp62 mStartTime(0),
701 mStartTime = event->event_time;
702 media_timed_event firstBufferEvent(mStartTime, BTimedEventQueue::B_HANDLE_BUFFER);
800 bigtime_t nextEvent = mStartTime + bigtime_t(double(mFramesSent)
892 // output, not with the capture time. mStartTime is the cached value of the
896 stamp = mStartTime + bigtime_t(double(mFramesSent) / double(mOutput.format.u.raw_audio.frame_rate) * 1000000.0);

Completed in 94 milliseconds