Home
last modified time | relevance | path

Searched refs:m_frameTime (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3drenderstats.cpp66 return m_frameTime; in frameTime()
121 m_frameTime = timestamp(); in endRender()
122 m_internalMaxFrameTime = qMax(m_frameTime, m_internalMaxFrameTime); in endRender()
124 m_secTimer += m_frameTime; in endRender()
125 m_notifyTimer += m_frameTime; in endRender()
127 m_renderTime = m_frameTime - m_renderStartTime; in endRender()
133 if (m_frameTime != m_notifiedFrameTime) { in endRender()
134 m_notifiedFrameTime = m_frameTime; in endRender()
H A Dqquick3drenderstats_p.h96 float m_frameTime = 0; variable
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/video/
H A DossimVideoImageSource.cpp25 : m_frameTime (-1.0) in ossimVideoImageSource()
35 : m_frameTime (-1.0) in ossimVideoImageSource()
95 ossim_uint32 current_frame = m_frameTime/frame_rate;
129 if (frameTime == m_frameTime) in setFrameTime()
133 m_frameTime = frameTime; in setFrameTime()
134 if (m_frameTime > video->duration()) in setFrameTime()
136 m_frameTime = 0; in setFrameTime()
141 video->seek(m_frameTime, ossimVideoSource::SEEK_ABSOLUTE); in setFrameTime()
183 return video_geometry->getImageGeometry(m_frameTime); in getImageGeometry()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDClock.cpp35 m_frameTime = DVD_TIME_BASE / 60.0; in CDVDClock()
193 adjustment = m_frameTime; in ErrorAdjust()
195 adjustment = -m_frameTime; in ErrorAdjust()
236 m_frameTime = 1/fps * DVD_TIME_BASE; in UpdateFramerate()
H A DDVDClock.h81 double m_frameTime; variable
/dports/net/opal/opal-3.10.10/include/codec/
H A Dopalplugin.hpp271 …, m_frameTime((defn->sampleRate/1000*defn->usPerFrame)/1000) // Odd way of calculation to avoid 32… in PluginCodec()
369 …return SetOptionUnsigned(m_frameTime, optionValue, m_definition->sampleRate/1000, m_definition->sa… in SetOption()
606 unsigned m_frameTime; member in PluginCodec
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/video/
H A DossimVideoImageSource.h71 double m_frameTime; //!< seconds from start of video variable
/dports/net/opal/opal-3.10.10/samples/codectest/
H A Dmain.cxx518 m_frameTime = mediaFormat.GetFrameTime(); in Initialise()
731 m_frameTime = mediaFormat.GetFrameTime(); in Initialise()
925 ((VideoThread *)this)->m_bitRateCalc.SetQuanta(m_frameTime/90); in Main()
955 m_timestamp += m_frameTime; in Main()
1190 if (msecs < m_frameTime / 90) in Main()
1191 msecs = m_frameTime / 90; in Main()
H A Dmain.h98 int m_frameTime; variable
/dports/net/opal/opal-3.10.10/src/opal/
H A Dmediastrm.cxx76 , m_frameTime(mediaFormat.GetFrameTime()) in OpalMediaStream()
123 m_frameTime = mediaFormat.GetFrameTime(); in InternalUpdateMediaFormat()
223 timestamp += m_frameTime * (m_frameSize != 0 ? ((size + m_frameSize - 1) / m_frameSize) : 1); in IncrementTimestamp()
518 , m_frameTime(mediaFormat.GetFrameTime()) in OpalMediaStreamPacing()
532 unsigned timeToWait = m_frameTime; in Pace()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dmediastrm.h432 unsigned m_frameTime; variable
463 unsigned m_frameTime; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DApplication.h426 CStopWatch m_frameTime; variable
H A DApplication.cpp2439 float frameTime = m_frameTime.GetElapsedSeconds(); in FrameMove()
2440 m_frameTime.StartZero(); in FrameMove()