Searched refs:playlist (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | bluray.c | 38 int playlist; member 46 {"playlist", "", OFFSET(playlist), AV_OPT_TYPE_INT, { .i64=-1 }, -1, 99999, AV_OPT_FLAG_DECODING_PARAM }, 148 /* if playlist was not given, select longest playlist */ in bluray_open() 149 if (bd->playlist < 0) { in bluray_open() 155 av_log(h, AV_LOG_INFO, "playlist %05d.mpls (%d:%02d:%02d)\n", in bluray_open() 156 info->playlist, in bluray_open() 162 bd->playlist = info->playlist; in bluray_open() [all...] |
H A D | hls.c | 58 * An apple http stream consists of a playlist with media segment files, 62 * the user supplied the url to a main playlist that only lists the variant 65 * If the main playlist doesn't point at any variants, we still create 96 * Each playlist has its own demuxer. If it currently is active, 100 struct playlist { struct 114 /* main demuxer streams associated with this playlist 163 /* Renditions associated with this playlist, if any. 166 * multiple (playlist-less) renditions associated with them. */ 171 * playlist, if any. */ 178 * The rendition may either be an external playlist o 184 struct playlist *playlist; global() member [all...] |
/third_party/curl/tests/unit/ |
H A 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) {
|
Completed in 3 milliseconds