Home
last modified time | relevance | path

Searched refs:_stricmp (Results 1 – 25 of 49) sorted by relevance

12

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc36 if (!_stricmp(codec_instance->plname, "ilbc")) { in SetRateIfILBC()
46 return !_stricmp(codec_name, "CN") || in IsNotViableSendCodec()
47 !_stricmp(codec_name, "telephone-event") || in IsNotViableSendCodec()
48 !_stricmp(codec_name, "red"); in IsNotViableSendCodec()
143 if (_stricmp("opus", codec_instance_.plname)) { in TEST_F()
159 if (_stricmp("opus", codec_instance_.plname)) { in TEST_F()
171 if (!_stricmp("opus", codec_instance_.plname)) { in TEST_F()
Ddtmf_test.cc65 if (!_stricmp("telephone-event", codec_instance.plname)) { in TEST_F()
/external/webrtc/talk/media/base/
Dcodec.cc43 return _stricmp(other.id().c_str(), id().c_str()) == 0 && in operator ==()
44 _stricmp(other.param().c_str(), param().c_str()) == 0; in operator ==()
124 (id == codec.id) : (_stricmp(name.c_str(), codec.name.c_str()) == 0); in Matches()
271 if (_stricmp(payload_name, kRedCodecName) == 0) { in GetCodecType()
274 if (_stricmp(payload_name, kUlpfecCodecName) == 0) { in GetCodecType()
277 if (_stricmp(payload_name, kRtxCodecName) == 0) { in GetCodecType()
345 return _stricmp(name1.c_str(), name2.c_str()) == 0; in CodecNamesEq()
/external/webrtc/webrtc/voice_engine/
Dvoice_engine_defines.h240 #define _stricmp stricmp macro
242 #define _stricmp strcasecmp macro
299 #define _stricmp strcasecmp macro
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h404 if (_stricmp(codec.plname, "telephone-event") == 0 ||
405 _stricmp(codec.plname, "audio/telephone-event") == 0 ||
406 _stricmp(codec.plname, "CN") == 0 ||
407 _stricmp(codec.plname, "red") == 0 ) {
432 _stricmp(it->plname, codec.plname) != 0) {
490 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) {
506 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) {
525 if (_stricmp(channels_[channel]->send_codec.plname, "opus") != 0) {
/external/mesa3d/src/egl/main/
Deglstring.h38 #define _eglstrcasecmp _stricmp
/external/e2fsprogs/include/nonunix/
Dconfig.h11 #define strcasecmp _stricmp
Dunistd.h46 #define strcasecmp _stricmp
/external/webrtc/webrtc/p2p/base/
Dtransportdescription.cc28 if (_stricmp(roles[i], role_str.c_str()) == 0) { in StringToConnectionRole()
/external/xmlrpcpp/src/
DXmlRpcUtil.h17 # define strcasecmp _stricmp
/external/webrtc/webrtc/base/
Dhttpcommon.cc48 if (_stricmp(needle.c_str(), haystack[index]) == 0) { in find_string()
204 return (_stricmp(connection.c_str(), "Keep-Alive") == 0); in HttpShouldKeepAlive()
764 if (_stricmp(auth_method.c_str(), "basic") == 0) { in HttpAuthenticate()
790 if (_stricmp(auth_method.c_str(), "digest") == 0) { in HttpAuthenticate()
865 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); in HttpAuthenticate()
866 bool want_ntlm = (_stricmp(auth_method.c_str(), "ntlm") == 0); in HttpAuthenticate()
Dstringutils.h112 inline int _stricmp(const char* s1, const char* s2) { in _stricmp() function
239 return _stricmp(s1, s2); in ascicmp()
Dhttpcommon.h186 return (::_stricmp(lhs.c_str(), rhs.c_str()) < 0); in operator()
/external/netperf/src/
Ddscp.c45 #define strcasecmp(a,b) _stricmp(a,b)
Dnetlib.h685 #define strcasecmp(a,b) _stricmp(a,b)
/external/flac/include/share/
Dcompat.h91 #define FLAC__STRCASECMP _stricmp
/external/boringssl/src/crypto/
Dmem.c167 return _stricmp(a, b); in OPENSSL_strcasecmp()
/external/skia/tools/
Dwin_dbghelp.cpp207 if (i >= 4 && _stricmp(vargs0 - 4, ".exe") == 0) { in setUpDebuggingFromArgs()
/external/dbus/dbus/
Ddbus-sysdeps-wince-glue.h83 #define stricmp _stricmp
/external/libmicrohttpd/src/include/
Dplatform_interface.h52 #define MHD_str_equal_caseless_(a,b) (0==_stricmp((a),(b)))
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c42 #define strcasecmp _stricmp
/external/wpa_supplicant_8/src/utils/
Dos.h520 #define os_strcasecmp(s1, s2) _stricmp((s1), (s2))
/external/skia/src/animator/
DSkDisplayXMLParser.cpp160 #define SK_strcasecmp _stricmp
/external/pdfium/core/include/fxcrt/
Dfx_system.h191 #define FXSYS_stricmp _stricmp
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.cc480 if (_stricmp(pdb_extension.c_str(), ".pdb") != 0) { in LocateAndConvertSymbolFile()

12