Home
last modified time | relevance | path

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

/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx44 const double NANO_TIME_FACTOR = 1000000000.0; variable
322 return( static_cast< double >( nDuration ) / NANO_TIME_FACTOR ); in getDuration()
336 static_cast< gint64 >( fTime * NANO_TIME_FACTOR ) ); in setMediaTime()
353 fRet = static_cast< double >( nCurTime ) / NANO_TIME_FACTOR; in getMediaTime()

Completed in 12 milliseconds