Home
last modified time | relevance | path

Searched refs:av_stristr (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsamidec.c63 p = av_stristr(p, "<P"); in sami_paragraph_to_ass()
78 if (av_stristr(tag, "ID=Source") || av_stristr(tag, "ID=\"Source\"")) { in sami_paragraph_to_ass()
/third_party/ffmpeg/libavutil/
Davstring.h69 char *av_stristr(const char *haystack, const char *needle);
Davstring.c56 char *av_stristr(const char *s1, const char *s2) in av_stristr() function
245 while ((pstr2 = av_stristr(pstr, from))) { in av_strireplace()
Dhwcontext_opencl.c346 if (!av_stristr(str, param->value)) { in opencl_filter_platform()
452 if (!av_stristr(str, param->value)) { in opencl_filter_device()
/third_party/ffmpeg/libavformat/
Ddashdec.c562 if (av_stristr(val, "video")) { in get_content_type()
564 } else if (av_stristr(val, "audio")) { in get_content_type()
566 } else if (av_stristr(val, "text")) { in get_content_type()
792 if (start && av_stristr(tmp_str, text)) { in resolve_content_path()
2366 if (!av_stristr(p->buf, "<MPD")) in dash_probe()
2369 if (av_stristr(p->buf, "dash:profile:isoff-on-demand:2011") || in dash_probe()
2370 av_stristr(p->buf, "dash:profile:isoff-live:2011") || in dash_probe()
2371 av_stristr(p->buf, "dash:profile:isoff-live:2012") || in dash_probe()
2372 av_stristr(p->buf, "dash:profile:isoff-main:2011") || in dash_probe()
2373 av_stristr(p->buf, "3GPP:PSS:profile:DASH1")) { in dash_probe()
[all …]
Dhlsenc.c425 if (!av_stristr(vs->codec_attr, attr)) { in write_codec_attr()
637 if (dirname && av_stristr(dirname, "%v")) { in hls_delete_old_segments()
1245 ptr = av_stristr(line, "URI=\"");
1248 end = av_stristr(ptr, ",");
1256 ptr = av_stristr(line, "IV=0x");
1259 end = av_stristr(ptr, ",");
1927 if (nb_vs > 1 && !av_stristr(filename, "%v") && !av_stristr(subdir_name, "%v")) {
1934 if (av_stristr(filename, "%v") && av_stristr(subdir_name, "%v")) {
1956 if (!av_stristr(buf, "%v")) {
1977 if (av_stristr(dir, "%v") && proto && !strcmp(proto, "file")) {
[all …]
Drpl.c223 if(av_stristr(audio_type, "unsigned") != NULL) { in rpl_read_header()
226 } else if(av_stristr(audio_type, "linear") != NULL) { in rpl_read_header()
Dftp.c519 return av_stristr(s->features, feature_name) != NULL; in ftp_has_feature()
572 if ((h->flags & AVIO_FLAG_WRITE) && av_stristr(response, "pure-ftpd")) { in ftp_connect_control_connection()
Dmov.c5771 av_stristr(buffer, "<GSpherical:StitchingSoftware>") && in mov_parse_uuid_spherical()
5772 (val = av_stristr(buffer, "<GSpherical:Spherical>")) && in mov_parse_uuid_spherical()
5773 av_stristr(val, "true") && in mov_parse_uuid_spherical()
5774 (val = av_stristr(buffer, "<GSpherical:Stitched>")) && in mov_parse_uuid_spherical()
5775 av_stristr(val, "true") && in mov_parse_uuid_spherical()
5776 (val = av_stristr(buffer, "<GSpherical:ProjectionType>")) && in mov_parse_uuid_spherical()
5777 av_stristr(val, "equirectangular")) { in mov_parse_uuid_spherical()
5784 if (av_stristr(buffer, "<GSpherical:StereoMode>") && !sc->stereo3d) { in mov_parse_uuid_spherical()
5787 if (av_stristr(buffer, "left-right")) in mov_parse_uuid_spherical()
5789 else if (av_stristr(buffer, "top-bottom")) in mov_parse_uuid_spherical()
[all …]
Dhttp.c1211 return av_stristart(str, header + 2, NULL) || av_stristr(str, header); in has_header()
/third_party/ffmpeg/tools/
Dcrypto_bench.c589 if (enabled_libs && !av_stristr(enabled_libs, impl->lib) || in run_implementation()
590 enabled_algos && !av_stristr(enabled_algos, impl->name)) in run_implementation()
/third_party/ffmpeg/doc/
DAPIchanges3199 2010-03-06 - ac6ef86 - lavu 50.11.0 - av_stristr()
3200 Add av_stristr().