HomeSort by relevance Sort by last modified time
    Searched refs:webrtc (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /external/webrtc/src/system_wrappers/interface/
sleep.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
22 } // namespace webrtc
cpu_info.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
26 } // namespace webrtc
aligned_malloc.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc namespace
condition_variable_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
39 } // namespace webrtc
  /external/webrtc/src/system_wrappers/source/
cpu_no_op.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
15 namespace webrtc { namespace
22 } // namespace webrtc
critical_section.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
27 } // namespace webrtc
trace_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
17 using webrtc::CpuMeasurementHarness;
18 using webrtc::Trace;
19 using webrtc::kTraceWarning;
20 using webrtc::kTraceUtility;
22 class Logger : public webrtc::CpuTarget {
26 std::string trace_file = webrtc::test::OutputPath() +
29 Trace::SetLevelFilter(webrtc::kTraceAll);
critical_section_posix.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
33 } // namespace webrtc
critical_section_win.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
34 } // namespace webrtc
data_log_helpers_unittest.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 using ::webrtc::DataLog;
20 webrtc::ValueContainer<int> v1(c);
22 webrtc::ValueContainer<int> v2(c);
35 webrtc::ValueContainer<double> v1(c);
37 webrtc::ValueContainer<double> v2(c);
51 webrtc::MultiValueContainer<int> m1(a, 3);
52 webrtc::MultiValueContainer<int> m2(b, 3);
53 webrtc::MultiValueContainer<int> m3(a, 3);
data_log_c.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
22 return webrtc::DataLog::CreateLog();
26 return webrtc::DataLog::ReturnLog();
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
41 return webrtc::DataLog::AddTable(table_name);
48 return webrtc::DataLog::AddColumn(table_name, column_name,
56 return webrtc::DataLog::InsertCell(table_name, column_name, value);
64 return webrtc::DataLog::InsertCell(table_name, column_name, values, length);
71 return webrtc::DataLog::InsertCell(table_name, column_name, value);
79 return webrtc::DataLog::InsertCell(table_name, column_name, values, length)
    [all...]
cpu_wrapper_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
20 using webrtc::CpuInfo;
21 using webrtc::CpuWrapper;
22 using webrtc::EventWrapper;
23 using webrtc::scoped_ptr;
24 using webrtc::Trace;
27 // http://code.google.com/p/webrtc/issues/detail?id=290
35 std::string trace_file = webrtc::test::OutputPath() +
38 Trace::SetLevelFilter(webrtc::kTraceAll);
cpu.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
25 namespace webrtc { namespace
38 } // namespace webrtc
critical_section_win.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
35 } // namespace webrtc
rw_lock_posix.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
37 } // namespace webrtc
unittest_utilities_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
34 } // namespace webrtc
unittest_utilities.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
22 namespace webrtc { namespace
65 Trace::SetLevelFilter(webrtc::kTraceAll);
81 } // namespace webrtc
  /external/webrtc/test/
run_all_unittests.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 webrtc::test::TestSuite test_suite(argc, argv);
test_suite.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
22 namespace webrtc { namespace
40 } // namespace webrtc
  /external/webrtc/test/testsupport/mock/
mock_frame_reader.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
31 } // namespace webrtc
mock_frame_writer.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
30 } // namespace webrtc
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
32 namespace webrtc { namespace
44 original_working_dir_ = webrtc::test::WorkingDir();
47 webrtc::test::CreateDirectory(resources_path);
72 webrtc::test::CreateDirectory(empty_dummy_dir_);
105 std::string path = webrtc::test::ProjectRootPath();
113 std::string path = webrtc::test::OutputPath();
123 std::string path = webrtc::test::ProjectRootPath();
127 ASSERT_EQ(original_working_dir, webrtc::test::ProjectRootPath());
132 std::string path = webrtc::test::OutputPath()
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
Android.mk 14 external/webrtc/src \
15 external/webrtc/src/modules/interface \
16 external/webrtc/src/modules/audio_processing/interface \
  /external/webrtc/src/modules/audio_processing/
splitting_filter.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
61 } // namespace webrtc
  /external/webrtc/src/modules/interface/
module.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
63 } // namespace webrtc

Completed in 189 milliseconds

1 2 3 4 5 6 7