Home
last modified time | relevance | path

Searched refs:getSourceTime (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/openfx-misc/openfx-misc-3ab0531/TimeOffset/
H A DTimeOffset.cpp85 double getSourceTime(double time) const;
122 TimeOffsetPlugin::getSourceTime(double t) const in getSourceTime() function in TimeOffsetPlugin
168 double sourceTime = getSourceTime(args.time); in getFramesNeeded()
191 identityTime = getSourceTime(args.time); in isIdentity()
200 const double identityTime = getSourceTime(args.time); in getRegionOfDefinition()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/FrameHold/
H A DFrameHold.cpp118 double getSourceTime(double time) const;
140 FrameHoldPlugin::getSourceTime(double t) const in getSourceTime() function in FrameHoldPlugin
174 double sourceTime = getSourceTime(args.time); in getFramesNeeded()
197 identityTime = getSourceTime(args.time); in isIdentity()
206 rod = _srcClip->getRegionOfDefinition( getSourceTime(args.time) ); in getRegionOfDefinition()
/dports/www/srt/srt-1.4.4/srtcore/
H A Dbuffer.h201 static time_point getSourceTime(const CSndBuffer::Block& block);
H A Dbuffer.cpp404 steady_clock::time_point CSndBuffer::getSourceTime(const CSndBuffer::Block& block) in getSourceTime() function in CSndBuffer
461 w_srctime = getSourceTime(*m_pCurrBlock); in readData()
595 w_srctime = getSourceTime(*p); in readData()