new_set           962 libavformat/dashenc.c     state = new_set;
new_set           967 libavformat/dashenc.c         } else if (state == new_set && av_strstart(p, "id=", &p)) {
new_set           987 libavformat/dashenc.c         } else if (state != new_set && av_strstart(p, "seg_duration=", &p)) {
new_set           989 libavformat/dashenc.c         } else if (state != new_set && av_strstart(p, "frag_duration=", &p)) {
new_set          1012 libavformat/dashenc.c         } else if (state != new_set && av_strstart(p, "frag_type=", &p)) {
new_set          1034 libavformat/dashenc.c         } else if (state != new_set && av_strstart(p, "descriptor=", &p)) {
new_set          1046 libavformat/dashenc.c         } else if ((state != new_set) && av_strstart(p, "trick_id=", &p)) {
new_set          1060 libavformat/dashenc.c         } else if ((state != new_set) && av_strstart(p, "streams=", &p)) { //descriptor and durations are optional
new_set          1101 libavformat/dashenc.c                 state = new_set;
new_set           434 libavformat/webmdashenc.c     state = new_set;
new_set           437 libavformat/webmdashenc.c             if (state == new_set)
new_set           441 libavformat/webmdashenc.c         } else if (state == new_set && *p == ' ') {
new_set           444 libavformat/webmdashenc.c         } else if (state == new_set && !strncmp(p, "id=", 3)) {
new_set           482 libavformat/webmdashenc.c             if (*q == ' ') state = new_set;