Searched refs:single_file (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | dashenc.c | 158 int single_file; member 272 static const char *get_extension_str(SegmentType type, int single_file) in get_extension_str() argument 276 case SEGMENT_TYPE_MP4: return single_file ? "mp4" : "m4s"; in get_extension_str() 319 os->extension_name = get_extension_str(segment_type, c->single_file); in init_segment_types() 469 if (!c->single_file) { in flush_dynbuf() 560 ff_hls_write_init_file(c->m3u8_out, os->initfile, c->single_file, in write_hls_media_playlist() 574 ret = ff_hls_write_file_entry(c->m3u8_out, 0, c->single_file, in write_hls_media_playlist() 577 c->single_file ? os->initfile : seg->file, in write_hls_media_playlist() 606 if (!c->single_file) { in flush_init_segment() 633 if (!c->single_file) in dash_free() [all …]
|
/third_party/skia/third_party/externals/imgui/misc/ |
D | README.txt | 19 misc/single_file/
|
/third_party/ffmpeg/tests/fate/ |
D | hlsenc.mak | 58 …-f lavfi -i "aevalsrc=cos(2*PI*t)*sin(2*PI*(440+4*t)*t):d=20" -f hls -hls_flags single_file -map 0…
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 261 @item single_file @var{single_file} 264 DASH-templated name to be used for baseURL. Implies @var{single_file} set to "1". In the template, … 657 Unless @code{hls_flags single_file} is set, it also specifies source of starting sequence numbers of 683 Unless @code{hls_flags single_file} is set, it also specifies starting sequence numbers of segment … 699 Set the segment filename. Unless @code{hls_flags single_file} is set, 894 @item single_file 900 ffmpeg -i in.nut -hls_flags single_file out.m3u8
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 1066 - Misc: Added misc/single_file/imgui_single_file.h, We use this to validate compiling all *.cpp
|