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

/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioResampler.cpp46 sample_t outTime = outFrame / outFrameRate; local
48 int64 inFrame = int64(outTime * inFrameRate);
53 sample_t timeDiff1 = outTime - inTime1;
54 sample_t timeDiff2 = inTime2 - outTime;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h554 bigtime_t* outTime,
H A DNodeRef.cpp2091 bigtime_t* outTime,
2089 _calcStartTime( bigtime_t startDelay, bigtime_t* outTime, bigtime_t* outPosition) argument

Completed in 91 milliseconds