Searched defs:rtc (Results 1 - 25 of 416) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h82 namespace rtc { namespace
H A Dlogging.cc37 namespace rtc { namespace
323 } // namespace rtc
H A Dlogging.h38 namespace rtc { namespace
172 } // namespace rtc
182 rtc::DiagnosticLogMessage( \
184 rtc::ERRCTX_ ## ctx, err, ##__VA_ARGS__).stream()
186 #define LOG_CHECK_LEVEL(sev) VLOG_IS_ON(rtc::sev)
191 #define LOG(sev) DIAGNOSTIC_LOG(rtc::sev, NONE, 0)
201 DIAGNOSTIC_LOG(rtc::sev, ctx, err, ##__VA_ARGS__)
H A Dwin32socketinit.cc22 namespace rtc { namespace
28 } // namespace rtc
/external/chromium_org/third_party/webrtc/sound/
H A Dalsasoundsystem.cc23 namespace rtc { namespace
25 // Lookup table from the rtc format enum in soundsysteminterface.h to
57 rtc::replace_substrs(kAlsaDescriptionSearch,
149 return delay * rtc::kNumMicrosecsPerSec / freq_;
232 private rtc::Worker {
328 rtc::scoped_ptr<char[]> buffer_;
338 private rtc::Worker {
570 !rtc::starts_with(name, ignore_prefix)) {
658 latency = rtc::kNumMicrosecsPerSec *
663 latency = rtc
[all...]
H A Dalsasoundsystem.h18 namespace rtc { namespace
101 } // namespace rtc
H A Dalsasymboltable.cc13 namespace rtc { namespace
20 } // namespace rtc
H A Dalsasymboltable.h18 namespace rtc { namespace
47 } // namespace rtc
H A Dautomaticallychosensoundsystem.h20 namespace rtc { namespace
40 rtc::scoped_ptr<SoundSystemInterface> sound_systems_[kNumSoundSystems];
86 } // namespace rtc
H A Dautomaticallychosensoundsystem_unittest.cc15 namespace rtc { namespace
197 } // namespace rtc
H A Dlinuxsoundsystem.cc16 namespace rtc { namespace
25 } // namespace rtc
H A Dlinuxsoundsystem.h16 namespace rtc { namespace
39 } // namespace rtc
H A Dnullsoundsystem.cc18 namespace rtc { namespace
24 namespace rtc { namespace
157 } // namespace rtc
H A Dnullsoundsystem.h16 namespace rtc { namespace
51 } // namespace rtc
H A Dnullsoundsystemfactory.cc15 namespace rtc { namespace
32 } // namespace rtc
H A Dnullsoundsystemfactory.h16 namespace rtc { namespace
31 } // namespace rtc
H A Dplatformsoundsystem.cc20 namespace rtc { namespace
31 } // namespace rtc
H A Dplatformsoundsystem.h14 namespace rtc { namespace
21 } // namespace rtc
H A Dplatformsoundsystemfactory.cc16 namespace rtc { namespace
40 } // namespace rtc
H A Dplatformsoundsystemfactory.h16 namespace rtc { namespace
31 } // namespace rtc
H A Dpulseaudiosoundsystem.cc24 namespace rtc { namespace
29 // Lookup table from the rtc format enum in soundsysteminterface.h to
215 private rtc::Worker {
579 private rtc::Worker {
890 rtc::kNumMicrosecsPerSec;
1167 rtc::Filesystem::GetApplicationName(&app_name);
1444 latency = rtc::_max(
1448 rtc::kNumMicrosecsPerSec));
1480 rtc::kNumMicrosecsPerSec;
1486 rtc
[all...]
H A Dpulseaudiosoundsystem.h20 namespace rtc { namespace
173 } // namespace rtc
H A Dpulseaudiosymboltable.cc15 namespace rtc { namespace
22 } // namespace rtc
H A Dpulseaudiosymboltable.h23 namespace rtc { namespace
85 } // namespace rtc
H A Dsounddevicelocator.h18 namespace rtc { namespace
52 } // namespace rtc

Completed in 1313 milliseconds

1234567891011>>