HomeSort by relevance Sort by last modified time
    Searched refs:strncasecmp (Results 126 - 150 of 250) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 41 if (!strncasecmp("audio/", mime, 6)) {
44 CHECK(!strncasecmp("video/", mime, 6));
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.cpp 72 || !strncasecmp(desc.c_str(), "mpeg4-generic/", 14)) {
77 } else if (!strncasecmp(desc.c_str(), "MP2T/", 5)) {
AMPEG4ElementaryAssembler.cpp 54 && !strncasecmp(s, key, keyLen)) {
129 mIsGeneric = !strncasecmp(desc.c_str(),"mpeg4-generic/", 14);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 243 if (strncasecmp(line, argument, strlen(argument))) return (NULL);
311 if (!strncasecmp(sValue, "0x", 2)) sscanf(sValue + 2, "%lx", piMember);
  /external/iptables/extensions/
libip6t_mh.c 86 if (strncasecmp(mh_names[i].name, name, namelen) == 0) {
libxt_hashlimit.c 155 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
157 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
159 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0)
161 else if (strncasecmp(delim+1, "day", strlen(delim+1)) == 0)
  /external/libpcap/lbl/
os-sunos4.h 176 int strncasecmp(const char *, const char *, int);
  /external/openssl/
e_os.h 670 # define strncasecmp _strnicmp macro
675 # define strncasecmp OPENSSL_strncasecmp macro
679 # define strncasecmp strnicmp macro
684 # define strncasecmp strnicmp macro
  /external/tcpdump/lbl/
os-sunos4.h 176 int strncasecmp(const char *, const char *, int);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 352 if (!strncasecmp(mime, "video/", 6)) {
517 if (!hasAudio && !strncasecmp("audio/", mime, 6)) {
523 } else if (!hasVideo && !strncasecmp("video/", mime, 6)) {
590 if (!strncasecmp("audio/", trackMIME, 6)) {
AwesomePlayer.cpp 399 if (!haveVideo && !strncasecmp(mime.string(), "video/", 6)) {
422 } else if (!haveAudio && !strncasecmp(mime.string(), "audio/", 6)) {
    [all...]
Utils.cpp 86 if (!strncasecmp("video/", mime, 6)) {
100 } else if (!strncasecmp("audio/", mime, 6)) {
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 43 mIsAudio = !strncasecmp(mime, "audio/", 6);
  /hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp 79 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /frameworks/av/cmds/stagefright/
stream.cpp 177 if (strncasecmp("video/", mime, 6) && strncasecmp("audio/", mime, 6)) {
SimplePlayer.cpp 300 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
302 if (!haveAudio && !strncasecmp(mime.c_str(), "audio/", 6)) {
581 if (!strncasecmp(mime.c_str(), "audio/", 6)) {
sf2.cpp 89 if (!strncasecmp(mDecodeAudio ? "audio/" : "video/",
274 if (!strncasecmp("video/", mime, 6)) {
282 CHECK(!strncasecmp("audio/", mime, 6));
codec.cpp 95 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6);
96 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
  /external/libppp/src/
ncpaddr.c 914 if (ncp && strncasecmp(data, "HISADDR", len) == 0) {
921 } else if (ncp && strncasecmp(data, "HISADDR6", len) == 0) {
927 } else if (ncp && strncasecmp(data, "MYADDR", len) == 0) {
934 } else if (ncp && strncasecmp(data, "MYADDR6", len) == 0) {
940 } else if (ncp && strncasecmp(data, "DNS0", len) == 0) {
946 } else if (ncp && strncasecmp(data, "DNS1", len) == 0) {
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 163 if (!strncasecmp("http://", url, 7)
164 || !strncasecmp("https://", url, 8)
165 || !strncasecmp("file://", url, 7)) {
189 } else if (!strncasecmp(url, "rtsp://", 7)) {
191 } else if ((!strncasecmp(url, "http://", 7)
192 || !strncasecmp(url, "https://", 8))
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.cpp 912 if (strncasecmp(dateString, "AM", 2) == 0) {
919 } else if (strncasecmp(dateString, "PM", 2) == 0) {
943 if (strncasecmp(dateString, "GMT", 3) == 0 || strncasecmp(dateString, "UTC", 3) == 0) {
971 if (0 == strncasecmp(dateString, known_zones[i].tzName, strlen(known_zones[i].tzName))) {
    [all...]
  /external/bison/
Android.mk 40 lib/c-strncasecmp.c \
  /external/openssl/crypto/x509v3/
v3_ncons.c 494 if (!strncasecmp(p, baseptr, base->length))
500 if ((base->length != (int)hostlen) || strncasecmp(hostptr, baseptr, hostlen))
  /bionic/libc/include/
string.h 57 extern int strncasecmp(const char *, const char *, size_t) __purefunc;
  /external/chromium/net/base/
registry_controlled_domain.cc 252 base::strncasecmp(domain_str, rule->name, domain_length) == 0) {

Completed in 446 milliseconds

1 2 3 4 56 7 8 910