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

12 3 4 5 6 7

  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
52 } // namespace webrtc
event_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
66 } // namespace webrtc
sort.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc namespace
atomic32.h 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
24 namespace webrtc { namespace
63 } // namespace webrtc
critical_section_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
73 } // namespace webrtc
  /external/webrtc/src/system_wrappers/source/
condition_variable.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
25 namespace webrtc { namespace
37 } // namespace webrtc
condition_variable_posix.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
37 } // namespace webrtc
critical_section_posix.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
14 // no equivalent to DCHECK_EQ in WebRTC code so this is the best we can do here.
19 namespace webrtc { namespace
46 } // namespace webrtc
event_win.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
20 namespace webrtc { namespace
38 } // namespace webrtc
rw_lock.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
21 namespace webrtc { namespace
41 } // namespace webrtc
rw_lock_generic.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
45 } // namespace webrtc
rw_lock_posix.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
47 } // namespace webrtc
sleep.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
22 namespace webrtc { namespace
36 } // namespace webrtc
thread.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
30 } // namespace webrtc
trace_impl_no_op.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
56 } // namespace webrtc
trace_posix.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
34 } // namespace webrtc
trace_win.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
34 } // namespace webrtc
  /external/webrtc/test/
test_suite.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
39 } // namespace webrtc
  /external/webrtc/test/testsupport/
packet_reader.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
51 } // namespace webrtc
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
73 const char* TypeEnumToString(webrtc::Type type)
77 using namespace webrtc;
127 void RunSortTest(webrtc::Type sortType, bool keySort)
164 retVal = webrtc::KeySort(data, key, DataLength, sizeof(LotsOfData<KeyType>),
173 retVal = webrtc::Sort(key, DataLength, sortType);
248 RunSortTest<WebRtc_Word8>(webrtc::TYPE_Word8, keySort);
249 RunSortTest<WebRtc_UWord8>(webrtc::TYPE_UWord8, keySort);
250 RunSortTest<WebRtc_Word16>(webrtc::TYPE_Word16, keySort);
251 RunSortTest<WebRtc_UWord16>(webrtc::TYPE_UWord16, keySort)
    [all...]
  /external/webrtc/src/modules/audio_processing/
high_pass_filter_impl.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
49 } // namespace webrtc
level_estimator_impl.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
50 } // namespace webrtc
noise_suppression_impl.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
52 } // namespace webrtc
processing_component.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
52 } // namespace webrtc
splitting_filter.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
14 namespace webrtc { namespace
33 } // namespace webrtc

Completed in 527 milliseconds

12 3 4 5 6 7