Searched refs:playlist (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | bluray.c | 38 int playlist; member 46 {"playlist", "", OFFSET(playlist), AV_OPT_TYPE_INT, { .i64=-1 }, -1, 99999, AV_OPT_FLAG_DECODING_P… 149 if (bd->playlist < 0) { in bluray_open() 156 info->playlist, in bluray_open() 162 bd->playlist = info->playlist; in bluray_open() 168 av_log(h, AV_LOG_INFO, "selected %05d.mpls\n", bd->playlist); in bluray_open() 172 if (bd_select_playlist(bd->bd, bd->playlist) <= 0) { in bluray_open() 173 av_log(h, AV_LOG_ERROR, "bd_select_playlist(%05d.mpls) failed\n", bd->playlist); in bluray_open()
|
D | hls.c | 100 struct playlist { struct 184 struct playlist *playlist; member 196 struct playlist **playlists; 209 struct playlist **playlists; 242 static void free_segment_list(struct playlist *pls) in free_segment_list() 249 static void free_init_section_list(struct playlist *pls) in free_init_section_list() 265 struct playlist *pls = c->playlists[i]; in free_playlist_list() 311 static struct playlist *new_playlist(HLSContext *c, const char *url, in new_playlist() 314 struct playlist *pls = av_mallocz(sizeof(struct playlist)); in new_playlist() 349 struct playlist *pls; in new_variant() [all …]
|
/third_party/curl/tests/unit/ |
D | unit1655.c | 95 const struct test playlist[4] = { variable 102 for(i = 0; i < (int)(sizeof(playlist)/sizeof(*playlist)); i++) { 103 const char *name = playlist[i].name; 115 fail_unless(d == playlist[i].expected_result, 117 if(d == playlist[i].expected_result) {
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 303 Generate HLS playlist files as well. The master playlist is generated with the filename @var{hls_ma… 304 One media playlist file is generated for each stream with filenames media_0.m3u8, media_1.m3u8, etc. 306 HLS master playlist name. Default is "master.m3u8". 376 Publish master playlist repeatedly every after specified number of segment intervals. 745 It creates a playlist file, and one or more segment files. The output filename 746 specifies the playlist filename. 749 have the same name as the playlist, followed by a sequential number and a 759 This example will produce the playlist, @file{out.m3u8}, and segment files: 778 After the initial playlist is filled @command{ffmpeg} will cut segments 789 Set the maximum number of playlist entries. If set to 0 the list file [all …]
|
D | libav-merge.txt | 101 - Support recovery from an already present HLS playlist (see 16cb06bb30)
|
D | protocols.texi | 144 Read BluRay playlist. 155 @item playlist 162 Read longest playlist from BluRay mounted to /mnt/bluray: 167 Read angle 2 of playlist 4 from BluRay mounted to /mnt/bluray, start from chapter 2: 169 -playlist 4 -angle 2 -chapter 2 bluray:/mnt/bluray
|
D | demuxers.texi | 377 prefer to use #EXT-X-START if it's in playlist instead of live_start_index.
|
/third_party/skia/third_party/externals/oboe/ |
D | README.md | 32 - [Getting started with Oboe](https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_duWv9IPNvx9YBudNMm…
|