HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 1451 - 1475 of 3714) sorted by null

<<51525354555657585960>>

  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc 245 gtk_entry_set_text(GTK_ENTRY(server_edit_), server_.c_str());
250 gtk_entry_set_text(GTK_ENTRY(port_edit_), port_.c_str());
300 AddToList(peer_list_, i->second.c_str(), i->first);
340 int port = port_.length() ? atoi(port_.c_str()) : 0;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_unittest.cc 47 input_file = fopen(file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
input_audio_file.cc 19 fp_ = fopen(file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 253 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str());
264 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str());
312 rtpFile.Open(fileName.c_str(), "rb");
338 rtpFile.Open(fileName.c_str(), "wb+");
TwoWayCommunication.cc 123 printf("Enter input file at side A [%s]: ", in_file_name.c_str());
129 printf("Output file at side A: %s\n", out_file_a.c_str());
139 printf("\n\nEnter input file at side B [%s]: ", in_file_name.c_str());
145 printf("Output file at side B: %s\n", out_file_b.c_str());
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 206 _outputFilename.c_str(), false, false, false) == -1) {
207 printf("Failed to open playout file %s!\n", _outputFilename.c_str());
261 _inputFilename.c_str(), true, true, false) == -1) {
263 _inputFilename.c_str());
  /external/webrtc/webrtc/modules/desktop_capture/x11/
shared_x_display.cc 33 XOpenDisplay(display_name.empty() ? NULL : display_name.c_str());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
rtp_to_text.cc 47 fprintf(stdout, "%s\n", ss.str().c_str());
  /external/webrtc/webrtc/modules/video_coding/test/
tester_main.cc 55 printf("Invalid codec: %s\n", args->codecName.c_str());
video_rtp_play.cc 35 webrtc::Trace::SetTraceFile(trace_file.c_str());
  /external/webrtc/webrtc/test/
field_trial.cc 66 webrtc::field_trial::InitFieldTrialsFromString(trials_string.c_str());
  /frameworks/av/cmds/stagefright/
codec.cpp 100 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6);
101 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
124 looper, mime.c_str(), false /* encoder */);
301 ALOGV("INFO_FORMAT_CHANGED: %s", format->debugString().c_str());
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 58 return mName.c_str();
AString.h 44 const char *c_str() const;
  /frameworks/av/media/libstagefright/filters/
IntrinsicBlurFilter.cpp 48 if (!mRS->init(mCacheDir.c_str())) {
SaturationFilter.cpp 48 if (!mRS->init(mCacheDir.c_str())) {
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 71 msg->debugString().c_str());
AString.cpp 90 const char *AString::c_str() const { function in class:android::AString
192 append(from.c_str(), from.size());
196 append(from.c_str() + offset, n);
275 insert(from.c_str(), from.size(), insertionPos);
  /frameworks/base/core/jni/
com_android_internal_net_NetworkStatsFactory.cpp 101 if (path8.c_str() == NULL) {
105 FILE *fp = fopen(path8.c_str(), "r");
117 if (string8.c_str() != NULL) {
118 limitIfaces.add(String8(string8.c_str()));
com_android_internal_os_Zygote.cpp 82 env->FatalError(oss.str().c_str());
182 RuntimeAbort(env, __LINE__, oss.str().c_str());
289 if (umount2(path.c_str(), MNT_DETACH)) {
290 ALOGW("Failed to unmount %s: %s", path.c_str(), strerror(errno));
499 use_native_bridge = android::NeedsNativeBridge(isa_string.c_str());
541 android::PreInitializeNativeBridge(data_dir.c_str(), isa_string.c_str());
573 se_info_c_str = se_info->c_str();
582 se_name_c_str = se_name->c_str();
  /frameworks/base/media/mca/filterfw/native/core/
time_util.cpp 66 ALOGE("%s: %f ms", Name().c_str(), mSec);
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp 64 ALOGE("%s: %f ms", Name().c_str(), mSec);
  /frameworks/compile/libbcc/lib/Renderscript/
RSScreenFunctionsPass.cpp 85 F.getName().str().c_str());
  /frameworks/compile/mclinker/lib/Support/
Demangle.cpp 30 abi::__cxa_demangle(pName.c_str(), /*buffer=*/0, &output_leng, &status);
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 79 ::memcpy(pBuf, pValue.getStringValue().c_str(), str_val_len);

Completed in 842 milliseconds

<<51525354555657585960>>