Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DSeekHandler.cpp120 SeekSeconds(GetSeekStepSize(type, forward ? 1 : -1)); in Seek()
167 void CSeekHandler::SeekSeconds(int seconds) in SeekSeconds() function in CSeekHandler
368 SeekSeconds(-GetTimeCodeSeconds()); in SeekTimeCode()
376 SeekSeconds(GetTimeCodeSeconds()); in SeekTimeCode()
H A DSeekHandler.h44 void SeekSeconds(int seconds);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/builtins/
H A DPlayerBuiltins.cpp529 g_application.GetAppPlayer().GetSeekHandler().SeekSeconds(atoi(params[0].c_str())); in Seek()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSndfile.h153 SeekSeconds, // Seek to given time. enumerator
189 mode = SeekSeconds; in GetLengthTarget()
H A DSnd_fx.cpp307 if(target.mode == GetLengthTarget::SeekSeconds && memory.elapsedTime >= target.time) in GetLength()
409 …const bool moduleTooComplex = target.mode != GetLengthTarget::SeekSeconds && visitedRows.ModuleToo… in GetLength()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DPlayerOperations.cpp421 …g_application.GetAppPlayer().GetSeekHandler().SeekSeconds(static_cast<int>(value["seconds"].asInte… in Seek()