Searched refs:playlists (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c52 * played sequentially. There may be several playlists with the same
56 * playlists.
132 * Alternative rendition playlists have a single rendition associated
159 struct playlist **playlists; member in struct:variant
170 struct playlist **playlists; member in struct:HLSContext
208 struct playlist *pls = c->playlists[i];
224 av_freep(&c->playlists);
235 av_freep(&var->playlists);
274 dynarray_add(&c->playlists, &c->n_playlists, pls);
308 dynarray_add(&var->playlists,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner.c93 static struct deferred_pl *playlists; variable in typeref:struct:deferred_pl
482 pl->next = playlists;
483 playlists = pl;
494 while ((pl = playlists))
496 playlists = pl->next;
788 playlists = NULL;
817 if (playlists)
984 /* We'll rescan the directory tree to update playlists */
H A Dfilescanner_itunes.c646 /* Special (builtin) playlists */
649 /* If only we could recover the smart playlists ... */
656 /* Not interested in Party Shuffle playlists */
670 process_pls(plist_t playlists, char *file) argument
682 alen = plist_array_get_size(playlists);
685 pl = plist_array_get_item(playlists, i);

Completed in 163 milliseconds