Lines Matching refs:name
544 if (!av_strcasecmp(node->name, nodename)) {
609 if (!av_strcasecmp(fragmenturl_node->name, "Initialization")) {
631 } else if (!av_strcasecmp(fragmenturl_node->name, "SegmentURL")) {
669 if (!av_strcasecmp(fragment_timeline_node->name, "S")) {
676 val = xmlGetProp(fragment_timeline_node, attr->name);
679 av_log(s, AV_LOG_WARNING, "parse_manifest_segmenttimeline attr->name = %s val is NULL\n", attr->name);
683 if (!av_strcasecmp(attr->name, "t")) {
685 } else if (!av_strcasecmp(attr->name, "r")) {
687 } else if (!av_strcasecmp(attr->name, "d")) {
1136 if (!av_strcasecmp(node->name, "SegmentTemplate")) {
1138 } else if (!av_strcasecmp(node->name, "ContentComponent")) {
1140 } else if (!av_strcasecmp(node->name, "BaseURL")) {
1142 } else if (!av_strcasecmp(node->name, "SegmentList")) {
1144 } else if (!av_strcasecmp(node->name, "SupplementalProperty")) {
1146 } else if (!av_strcasecmp(node->name, "Representation")) {
1176 if (!av_strcasecmp(node->name, "Title")) {
1181 } else if (!av_strcasecmp(node->name, "Source")) {
1186 } else if (!av_strcasecmp(node->name, "Copyright")) {
1255 av_strcasecmp(node->name, "MPD")) {
1257 av_log(s, AV_LOG_ERROR, "Unable to parse '%s' - wrong root node name[%s] type[%d]\n", url, node->name, (int)node->type);
1273 val = xmlGetProp(node, attr->name);
1275 if (!av_strcasecmp(attr->name, "availabilityStartTime")) {
1278 } else if (!av_strcasecmp(attr->name, "availabilityEndTime")) {
1281 } else if (!av_strcasecmp(attr->name, "publishTime")) {
1284 } else if (!av_strcasecmp(attr->name, "minimumUpdatePeriod")) {
1287 } else if (!av_strcasecmp(attr->name, "timeShiftBufferDepth")) {
1290 } else if (!av_strcasecmp(attr->name, "minBufferTime")) {
1293 } else if (!av_strcasecmp(attr->name, "suggestedPresentationDelay")) {
1296 } else if (!av_strcasecmp(attr->name, "mediaPresentationDuration")) {
1314 if (!av_strcasecmp(node->name, "Period")) {
1319 val = xmlGetProp(node, attr->name);
1320 if (!av_strcasecmp(attr->name, "duration")) {
1322 } else if (!av_strcasecmp(attr->name, "start")) {
1335 } else if (!av_strcasecmp(node->name, "ProgramInformation")) {
1348 if (!av_strcasecmp(adaptionset_node->name, "BaseURL")) {
1350 } else if (!av_strcasecmp(adaptionset_node->name, "SegmentTemplate")) {
1352 } else if (!av_strcasecmp(adaptionset_node->name, "SegmentList")) {
1354 } else if (!av_strcasecmp(adaptionset_node->name, "AdaptationSet")) {
2368 .name = "dash",