Searched refs:get_val_from_nodes_tab (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 519 static char *get_val_from_nodes_tab(xmlNodePtr *nodes, const int n_nodes, const char *attrname) in get_val_from_nodes_tab() function 910 val = get_val_from_nodes_tab(fragment_templates_tab, 4, "initialization"); in parse_manifest_representation() 926 val = get_val_from_nodes_tab(fragment_templates_tab, 4, "media"); in parse_manifest_representation() 934 val = get_val_from_nodes_tab(fragment_templates_tab, 4, "presentationTimeOffset"); in parse_manifest_representation() 940 val = get_val_from_nodes_tab(fragment_templates_tab, 4, "duration"); in parse_manifest_representation() 946 val = get_val_from_nodes_tab(fragment_templates_tab, 4, "timescale"); in parse_manifest_representation() 952 val = get_val_from_nodes_tab(fragment_templates_tab, 4, "startNumber"); in parse_manifest_representation() 1014 val = get_val_from_nodes_tab(segmentlists_tab, 3, "duration"); in parse_manifest_representation() 1020 val = get_val_from_nodes_tab(segmentlists_tab, 3, "timescale"); in parse_manifest_representation() 1026 val = get_val_from_nodes_tab(segmentlists_ta in parse_manifest_representation() [all...] |
Completed in 3 milliseconds