Home
last modified time | relevance | path

Searched refs:PlayCount (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Dencrypted_media_browsertest.cc116 enum class PlayCount { ONCE, TWICE }; enum
157 PlayCount play_count, in RunEncryptedMediaTest()
170 if (play_count == PlayCount::TWICE) in RunEncryptedMediaTest()
185 kNoSessionToLoad, false, PlayCount::ONCE, in RunSimpleEncryptedMediaTest()
339 PlayCount::ONCE, expected_title); in TestNonPlaybackCases()
347 PlayCount::ONCE, expected_title); in TestPlaybackCase()
415 PlayCount::ONCE, expected_title); in TestNonPlaybackCases()
460 kNoSessionToLoad, true, PlayCount::ONCE, in RunInvalidResponseTest()
468 PlayCount::ONCE, media::kEnded); in TestFrameSizeChange()
746 kNoSessionToLoad, false, PlayCount::ONCE, in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/server/subsonic/
H A Dhelpers.go161 child.PlayCount = mf.PlayCount
214 child.PlayCount = al.PlayCount
H A Dbrowsing.go337 dir.PlayCount = artist.PlayCount
365 dir.PlayCount = album.PlayCount
391 dir.PlayCount = album.PlayCount
/dports/multimedia/navidrome/navidrome-0.40.0/persistence/
H A Dhelpers_test.go31 PlayCount int `json:"playCount"`
37 m := &Model{ID: "123", AlbumId: "456", CreatedAt: &now, PlayCount: 2}
H A Dmediafile_repository_test.go163 Expect(mf.PlayCount).To(Equal(int64(1)))
177 Expect(mf.PlayCount).To(Equal(int64(1)))
/dports/multimedia/navidrome/navidrome-0.40.0/model/
H A Dannotation.go6 PlayCount int64 `json:"playCount"` member
/dports/www/beehive/beehive-0.4.0/vendor/github.com/horrendus/go-mixcloud/
H A Dcloudcasts.go56 PlayCount int `json:"play_count"` member
/dports/textproc/source-highlight/source-highlight-3.1.9/tests/
H A Dtest.conf52 …BPM,Genre,Comment,Directory,Type,Length,Bitrate,SampleRate,Score,Rating,PlayCount,LastPlayed,Mood,…
H A Dtest.desktop23 …BPM,Genre,Comment,Directory,Type,Length,Bitrate,SampleRate,Score,Rating,PlayCount,LastPlayed,Mood,…
/dports/multimedia/navidrome/navidrome-0.40.0/server/subsonic/responses/
H A Dresponses.go117PlayCount int64 `xml:"playCount,attr,omitempty" json:"playcount,om… member
142 PlayCount int64 `xml:"playCount,attr,omitempty" json:"playcount,omitempty"` member
178 PlayCount int64 `xml:"playCount,attr,omitempty" json:"playcount,omitempty"` member
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DPlaylistDefines.h56 PlayCount, enumerator
H A DPlaylistModel.cpp326 if( s_tooltipColumns[Playlist::PlayCount] ) in tooltipFor()
327 text += HTMLLine( Playlist::PlayCount, statistics->playCount(), true ); in tooltipFor()
515 case PlayCount: in data()
943 case PlayCount: return i18n( "Play Count" ); in prettyColumnName()
H A DPlaylistDefines.cpp228 c == PlayCount || in isSortableColumn()
/dports/audio/harp/harp-0.6.0/share/
H A Dcreate.sql51 PlayCount integer not null default 0, field
/dports/audio/id3lib/id3lib-3.8.3/id3com/
H A Did3com.idl272 …[propget, id(23), helpstring("property PlayCount")] HRESULT PlayCount([in] BSTR EMailAddress, [out…
273 …[propput, id(23), helpstring("property PlayCount")] HRESULT PlayCount([in] BSTR EMailAddress, [in]…
/dports/audio/libgpod/libgpod-0.8.3/bindings/mono/libgpod-sharp/
H A DPlaylist.cs87 PlayCount = 20, enumerator
H A DTrack.cs356 public uint PlayCount { get { return ((Itdb_Track *) Native)->playcount; } property in GPod.Track
/dports/audio/libgpod-sharp/libgpod-0.8.3/bindings/mono/libgpod-sharp/
H A DPlaylist.cs87 PlayCount = 20, enumerator
H A DTrack.cs356 public uint PlayCount { get { return ((Itdb_Track *) Native)->playcount; } property in GPod.Track
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Client/
H A Dlua_playlist.h106 retval = g_PlayCounter().PlayCount( generation, idx ); in incPlayCount()
120 retval = g_PlayCounter().PlayCount( generation, idx ); in playCount()
H A DPlayCounter.h228 uint16 PlayCount( uint32 generation, uint32 id ) in PlayCount() function
H A Dclient.h753 uint16 playCnt = g_PlayCounter().PlayCount( playingGen, playingID ) - 1; in DoRealFrameUpdate()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDecoder/
H A Dgraph_playlist.h88 const int32 PlayCount() { return( m_PlayCount ); }; in PlayCount() function
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDownloader/
H A DSheepDownloader.cpp622 uint16 curPlayCount = g_PlayCounter().PlayCount(curSheep->generation(), curSheep->id()); in deleteCached()
632 highest_playcount = g_PlayCounter().PlayCount(curSheep->generation(), curSheep->id()); in deleteCached()
651 …uint16 playcount = g_PlayCounter().PlayCount( fClientFlock[ best ]->generation(), fClientFlock[ be… in deleteCached()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/layouts/
H A DPlaylistLayoutEditDialog.cpp58 PlayCount, in PlaylistLayoutEditDialog()

12