Home
last modified time | relevance | path

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

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylist.cpp100 const qint64 Playlist::kMaxScrobblePointNsecs = 240ll * kNsecPerSec; member in Playlist
1836 scrobble_point_ = kMaxScrobblePointNsecs; // 4 minutes in UpdateScrobblePoint()
1839 qBound(kMinScrobblePointNsecs, length / 2, kMaxScrobblePointNsecs); in UpdateScrobblePoint()
1844 scrobble_point_ = seek_point_nanosec + kMaxScrobblePointNsecs; in UpdateScrobblePoint()
1848 seek_point_nanosec + kMaxScrobblePointNsecs); in UpdateScrobblePoint()
H A Dplaylist.h168 static const qint64 kMaxScrobblePointNsecs; variable
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylist.cpp121 const qint64 Playlist::kMaxScrobblePointNsecs = 240LL * kNsecPerSec; member in Playlist
2282 scrobble_point_ = kMaxScrobblePointNsecs; in UpdateScrobblePoint()
2285 scrobble_point_ = qBound(kMinScrobblePointNsecs, length / 2, kMaxScrobblePointNsecs); in UpdateScrobblePoint()
2290 scrobble_point_ = seek_point_nanosec + kMaxScrobblePointNsecs; in UpdateScrobblePoint()
2293 …crobblePointNsecs, seek_point_nanosec + (length / 2), seek_point_nanosec + kMaxScrobblePointNsecs); in UpdateScrobblePoint()
H A Dplaylist.h177 static const qint64 kMaxScrobblePointNsecs;