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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/cmds/stagefright/
stagefright.cpp 175 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) {
433 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
435 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_MPEG4)) {
438 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_H263)) {
958 if (len >= 4 && !strcasecmp(filename + len - 4, ".jpg")) {
1017 if (!strcasecmp(mime, MEDIA_MIMETYPE_CONTAINER_MPEG2TS)) {
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 107 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
109 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
153 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
180 if (strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
535 if (strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)
536 && strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
OMXCodec.cpp 219 if (!strcasecmp(mime, info[i].mime)) {
657 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_AMR_NB, mMIME)) {
659 } else if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_AMR_WB, mMIME)) {
661 } else if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_AAC, mMIME)) {
671 } else if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_G711_ALAW, mMIME)
672 || !strcasecmp(MEDIA_MIMETYPE_AUDIO_G711_MLAW, mMIME)) {
700 if (!strcasecmp(mMIME, MEDIA_MIMETYPE_IMAGE_JPEG)
915 if (!strcasecmp("OMX.TI.Video.encoder", mComponentName)) {
977 if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime)) {
    [all...]
StagefrightMetadataRetriever.cpp 482 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP)) {
533 if (!strcasecmp(fileMIME, "video/x-matroska")) {
ACodec.cpp 392 if (!strcasecmp(
710 if (!strcasecmp(mime, kMimeToRole[i].mime)) {
754 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) {
760 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_NB)) {
762 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_WB)) {
764 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_G711_ALAW)
765 || !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_G711_MLAW)) {
1007 if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_AVC, mime)) {
1009 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_MPEG4, mime)) {
1011 } else if (!strcasecmp(MEDIA_MIMETYPE_VIDEO_H263, mime))
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 1001 if (strcasecmp(protocolStr, "http") != 0 &&
1002 strcasecmp(protocolStr, "https") != 0)
1018 if (!strcasecmp(protocolStr, "http")) {
1019 if (!strcasecmp(schemeStr, "basic"))
1021 else if (!strcasecmp(schemeStr, "digest"))
  /external/bluetooth/bluez/serial/
proxy.c 651 if (strcasecmp("even", str) == 0) {
654 } else if (strcasecmp("odd", str) == 0) {
657 } else if (strcasecmp("mark", str) == 0)
659 else if ((strcasecmp("none", str) == 0) ||
660 (strcasecmp("space", str) == 0))
  /external/iproute2/misc/
ss.c     [all...]
  /external/quake/quake/src/QW/
Makefile.Solaris 23 BASE_CFLAGS=-Wall -Dstricmp=strcasecmp -I$(CLIENT_DIR) -I$(SERVER_DIR)
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 95 else if (strcasecmp(standardName, "iso-8859-9") == 0) // This name is returned in different case by ICU 3.2 and 3.6.
335 if (strcmp(m_encoding.name(), "GBK") == 0 || strcasecmp(m_encoding.name(), "gb18030") == 0)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 224 if (!strcasecmp(config->log_file, "STDOUT")) fOut = stdout;
225 else if (!strcasecmp(config->log_file, "STDERR")) fOut = stderr;
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.cpp 244 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) {
787 if (!strcasecmp(mime, kPlaybackOnlyCodecs[i])) {
  /bionic/libc/netbsd/
gethnamaddr.c 334 if (strcasecmp(tname, bp) != 0) {
382 if (strcasecmp(rs->host.h_name, bp) != 0) {
850 if (strcasecmp(p->h_name, name) != 0) {
852 if (strcasecmp(*cp, name) == 0)
  /bionic/libc/netbsd/resolv/
res_data.c 326 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) &&
  /external/bluetooth/bluez/audio/
transport.c 865 if (strcasecmp(uuid, A2DP_SOURCE_UUID) == 0 ||
866 strcasecmp(uuid, A2DP_SINK_UUID) == 0) {
872 } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 ||
873 strcasecmp(uuid, HSP_AG_UUID) == 0) {
  /external/bluetooth/bluez/compat/
bnep.c 70 if (!strcasecmp(svc, __svc[i].str)) {
  /external/bluetooth/bluez/test/
uuidtest.c 97 if (strcasecmp(buf, base) != 0) {
  /external/e2fsprogs/misc/
util.c 36 int strcasecmp (char *s1, char *s2) function
  /external/iptables/extensions/
libxt_dccp.c 86 if (!strcasecmp(dccp_pkt_types[i], ptr)) {
  /external/libxml2/
triostr.c 71 # define strcasecmp(x,y) stricmp(x,y) macro
77 # define strcasecmp(x,y) _stricmp(x,y) macro
79 # define strcasecmp(x,y) strcmpi(x,y) macro
405 return (0 == strcasecmp(first, second));
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 203 if (!strcasecmp(here,text)) {
  /external/quake/quake/src/QW/client/
common.h 153 #define Q_strcasecmp(s1, s2) strcasecmp((s1), (s2))
  /external/quake/quake/src/WinQuake/
quakedef.h 349 #define stricmp strcasecmp
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 187 strcasecmp((char *)post_config_family, (char *)post_match_family) == 0;
  /external/valgrind/main/include/
pub_tool_libcbase.h 90 extern Int VG_(strcasecmp) ( const Char* s1, const Char* s2 );

Completed in 555 milliseconds

1 2 3 4 56 7 8 91011>>