Searched refs:is_live (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | webmdashenc.c | 55 int is_live; member 91 avio_printf(pb, " type=\"%s\"\n", w->is_live ? "dynamic" : "static"); in write_header() 92 if (!w->is_live) { in write_header() 98 w->is_live ? "urn:mpeg:dash:profile:isoff-live:2011" : "urn:mpeg:dash:profile:webm-on-demand:2012", in write_header() 99 w->is_live ? "\n" : ">\n"); in write_header() 100 if (w->is_live) { in write_header() 184 } else if (w->is_live) { in write_representation() 197 if (w->is_live) { in write_representation() 321 width_in_as = !w->is_live && check_matching_width (s, as); in write_adaptation_set() 322 height_in_as = !w->is_live in write_adaptation_set() [all...] |
H A D | dashdec.c | 148 int is_live; member 1268 c->is_live = 1; in parse_manifest() 1379 if (c->is_live) { in calc_cur_seg_no() 1416 if (c->is_live && pls->fragment_duration) { in calc_min_seg_no() 1442 } else if (c->is_live && pls->fragment_duration) { in calc_max_seg_no() 1605 } else if (c->is_live) { in get_current_fragment() 1611 if (c->is_live) { in get_current_fragment() 1822 if (c->is_live || v->cur_seq_no < v->last_seq_no) { in read_data() 1881 pls, read_data, NULL, c->is_live ? NULL : seek_data); in reopen_demux_for_component() 2042 if (!c->is_live) { in dash_read_header() [all...] |
H A D | matroskaenc.c | 79 !(mkv)->is_live) 241 int is_live; member 2373 if (!mkv->is_live) { in mkv_write_info() 3284 { "live", "Write files assuming it is a live stream.", OFFSET(is_live), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
|
H A D | matroskadec.c | 420 int is_live; member 1264 if (matroska->is_live) in ebml_parse() 4379 if (!matroska->is_live) { in webm_dash_manifest_read_header() 4401 if (!matroska->is_live) { in webm_dash_manifest_read_header() 4424 { "live", "flag indicating that the input is a live file that only has the headers.", OFFSET(is_live), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
|
H A D | flvdec.c | 100 int is_live = !memcmp(d + offset + 40, "NGINX RTMP", 10); in probe() local 102 if (live == is_live) in probe()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_dce.c | 55 is_live(BITSET_WORD *defs_live, nir_instr *instr) in is_live() function 115 bool live = is_live(defs_live, instr); in dce_block()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 507 return is_live(code->second); in IsAlive() 514 if (is_live(i) != env.is_live(i)) return false; in Equal() 547 if (!is_live(e.second)) continue; in Print() 573 bool is_live(size_t pos) const { in is_live() function in __anon15306::Environment 607 // unreachable_ == true implies live_.empty(), but still is_live(i) returns
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-visualizer.h | 113 void PrintNode(Node* node, bool is_live);
|
H A D | graph-visualizer.cc | 306 void JSONGraphWriter::PrintNode(Node* node, bool is_live) { in PrintNode() argument 319 << ",\"live\": " << (is_live ? "true" : "false") << ",\"properties\":\"" in PrintNode()
|
Completed in 23 milliseconds