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

1 2 3 4

  /external/webrtc/src/system_wrappers/source/
critical_section.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
27 } // namespace webrtc
critical_section_linux.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
33 } // namespace webrtc
rw_lock_linux.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
37 } // namespace webrtc
condition_variable.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
25 namespace webrtc { namespace
37 } // namespace webrtc
condition_variable_linux.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
18 namespace webrtc { namespace
37 } // namespace webrtc
cpu_mac.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
42 } // namespace webrtc
critical_section_linux.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
38 } // namespace webrtc
event.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
21 namespace webrtc { namespace
52 } // namespace webrtc
rw_lock.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
24 namespace webrtc { namespace
46 } // 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_linux.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
13 namespace webrtc { namespace
47 } // namespace webrtc
thread.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
30 } // namespace webrtc
trace_linux.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
35 } // namespace webrtc
  /external/webrtc/src/system_wrappers/interface/
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
cpu_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
50 } // namespace webrtc
critical_section_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
65 } // 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
thread_wrapper.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
19 namespace webrtc { namespace
84 } // namespace webrtc
  /external/webrtc/src/modules/interface/
module.h 6 namespace webrtc namespace
31 } // namespace webrtc
  /frameworks/base/media/libeffects/preprocessing/
Android.mk 14 external/webrtc/src \
15 external/webrtc/src/modules/interface \
16 external/webrtc/src/modules/audio_processing/main/interface \
  /external/webrtc/src/modules/audio_processing/main/source/
splitting_filter.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
61 } // namespace webrtc
high_pass_filter_impl.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
17 namespace webrtc { namespace
49 } // 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...]

Completed in 153 milliseconds

1 2 3 4