av_stristr 63 libavcodec/samidec.c p = av_stristr(p, "<P"); av_stristr 78 libavcodec/samidec.c if (av_stristr(tag, "ID=Source") || av_stristr(tag, "ID=\"Source\"")) { av_stristr 569 libavformat/dashdec.c if (av_stristr((const char *)val, "video")) { av_stristr 571 libavformat/dashdec.c } else if (av_stristr((const char *)val, "audio")) { av_stristr 573 libavformat/dashdec.c } else if (av_stristr((const char *)val, "text")) { av_stristr 795 libavformat/dashdec.c if (start && av_stristr(tmp_str, text)) { av_stristr 2373 libavformat/dashdec.c if (!av_stristr(p->buf, "<MPD")) av_stristr 2376 libavformat/dashdec.c if (av_stristr(p->buf, "dash:profile:isoff-on-demand:2011") || av_stristr 2377 libavformat/dashdec.c av_stristr(p->buf, "dash:profile:isoff-live:2011") || av_stristr 2378 libavformat/dashdec.c av_stristr(p->buf, "dash:profile:isoff-live:2012") || av_stristr 2379 libavformat/dashdec.c av_stristr(p->buf, "dash:profile:isoff-main:2011") || av_stristr 2380 libavformat/dashdec.c av_stristr(p->buf, "3GPP:PSS:profile:DASH1")) { av_stristr 2383 libavformat/dashdec.c if (av_stristr(p->buf, "dash:profile")) { av_stristr 519 libavformat/ftp.c return av_stristr(s->features, feature_name) != NULL; av_stristr 572 libavformat/ftp.c if ((h->flags & AVIO_FLAG_WRITE) && av_stristr(response, "pure-ftpd")) { av_stristr 352 libavformat/hlsenc.c if (!av_stristr(vs->codec_attr, attr)) { av_stristr 566 libavformat/hlsenc.c if (dirname && av_stristr(dirname, "%v")) { av_stristr 1171 libavformat/hlsenc.c ptr = av_stristr(line, "URI=\""); av_stristr 1174 libavformat/hlsenc.c end = av_stristr(ptr, ","); av_stristr 1182 libavformat/hlsenc.c ptr = av_stristr(line, "IV=0x"); av_stristr 1185 libavformat/hlsenc.c end = av_stristr(ptr, ","); av_stristr 1808 libavformat/hlsenc.c if (nb_vs > 1 && !av_stristr(filename, "%v") && !av_stristr(subdir_name, "%v")) { av_stristr 1815 libavformat/hlsenc.c if (av_stristr(filename, "%v") && av_stristr(subdir_name, "%v")) { av_stristr 1837 libavformat/hlsenc.c if (!av_stristr(buf, "%v")) { av_stristr 1858 libavformat/hlsenc.c if (av_stristr(dir, "%v") && proto && !strcmp(proto, "file")) { av_stristr 2165 libavformat/hlsenc.c if (dir && av_stristr(av_basename(dir), "%v")) { av_stristr 2861 libavformat/hlsenc.c if (av_stristr(vs->fmp4_init_filename, "%v")) { av_stristr 1151 libavformat/http.c return av_stristart(str, header + 2, NULL) || av_stristr(str, header); av_stristr 5702 libavformat/mov.c av_stristr(buffer, "<GSpherical:StitchingSoftware>") && av_stristr 5703 libavformat/mov.c (val = av_stristr(buffer, "<GSpherical:Spherical>")) && av_stristr 5704 libavformat/mov.c av_stristr(val, "true") && av_stristr 5705 libavformat/mov.c (val = av_stristr(buffer, "<GSpherical:Stitched>")) && av_stristr 5706 libavformat/mov.c av_stristr(val, "true") && av_stristr 5707 libavformat/mov.c (val = av_stristr(buffer, "<GSpherical:ProjectionType>")) && av_stristr 5708 libavformat/mov.c av_stristr(val, "equirectangular")) { av_stristr 5715 libavformat/mov.c if (av_stristr(buffer, "<GSpherical:StereoMode>") && !sc->stereo3d) { av_stristr 5718 libavformat/mov.c if (av_stristr(buffer, "left-right")) av_stristr 5720 libavformat/mov.c else if (av_stristr(buffer, "top-bottom")) av_stristr 5733 libavformat/mov.c val = av_stristr(buffer, "<GSpherical:InitialViewHeadingDegrees>"); av_stristr 5736 libavformat/mov.c val = av_stristr(buffer, "<GSpherical:InitialViewPitchDegrees>"); av_stristr 5739 libavformat/mov.c val = av_stristr(buffer, "<GSpherical:InitialViewRollDegrees>"); av_stristr 5807 libavformat/mov.c while ((ptr = av_stristr(ptr, "systemBitrate=\""))) { av_stristr 221 libavformat/rpl.c if(av_stristr(audio_type, "unsigned") != NULL) { av_stristr 224 libavformat/rpl.c } else if(av_stristr(audio_type, "linear") != NULL) { av_stristr 243 libavutil/avstring.c while ((pstr2 = av_stristr(pstr, from))) { av_stristr 68 libavutil/avstring.h char *av_stristr(const char *haystack, const char *needle); av_stristr 346 libavutil/hwcontext_opencl.c if (!av_stristr(str, param->value)) { av_stristr 452 libavutil/hwcontext_opencl.c if (!av_stristr(str, param->value)) { av_stristr 589 tools/crypto_bench.c if (enabled_libs && !av_stristr(enabled_libs, impl->lib) || av_stristr 590 tools/crypto_bench.c enabled_algos && !av_stristr(enabled_algos, impl->name))