HomeSort by relevance Sort by last modified time
    Searched refs:webrtc (Results 151 - 175 of 2050) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/test/
video_renderer.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
15 #include "webrtc/video_renderer.h"
17 namespace webrtc { namespace
19 class VideoRenderer : public webrtc::VideoRenderer {
37 } // namespace webrtc
  /external/webrtc/webrtc/voice_engine/test/auto_test/
resource_manager.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/voice_engine/test/auto_test/resource_manager.h"
13 #include "webrtc/test/testsupport/fileutils.h"
20 std::string resource_path = webrtc::test::ProjectRootPath();
21 if (resource_path == webrtc::test::kCannotFindProjectRootDir) {
voe_conference_test.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/base/format_macros.h"
15 #include "webrtc/base/timeutils.h"
16 #include "webrtc/system_wrappers/include/sleep.h"
17 #include "webrtc/test/testsupport/fileutils.h"
18 #include "webrtc/voice_engine/test/auto_test/fakes/conference_transport.h"
54 webrtc::test::ResourcePath("audio_coding/testfile32kHz", "pcm");
55 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile;
67 webrtc::SleepMs(kDelayMs)
    [all...]
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints.mm 2 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
13 #import "webrtc/api/objc/RTCMediaConstraints+Private.h"
14 #import "webrtc/base/objc/NSString+StdString.h"
16 namespace webrtc {
37 } // namespace webrtc
66 - (rtc::scoped_ptr<webrtc::MediaConstraints>)nativeConstraints {
67 webrtc::MediaConstraintsInterface::Constraints mandatory =
69 webrtc::MediaConstraintsInterface::Constraints optional =
72 webrtc::MediaConstraints *nativeConstraints =
73 new webrtc::MediaConstraints(mandatory, optional)
    [all...]
RTCIceCandidate.mm 2 * Copyright 2015 The WebRTC project authors. All Rights Reserved.
13 #import "webrtc/api/objc/RTCIceCandidate+Private.h"
14 #import "webrtc/base/objc/NSString+StdString.h"
15 #import "webrtc/base/objc/RTCLogging.h"
45 (webrtc::IceCandidateInterface *)candidate {
55 - (rtc::scoped_ptr<webrtc::IceCandidateInterface>)nativeCandidate {
56 webrtc::SdpParseError error;
58 webrtc::IceCandidateInterface *candidate = webrtc::CreateIceCandidate(
67 return rtc::scoped_ptr<webrtc::IceCandidateInterface>(candidate)
    [all...]
  /external/webrtc/webrtc/modules/media_file/
media_file_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
12 #include "webrtc/modules/media_file/media_file.h"
13 #include "webrtc/system_wrappers/include/sleep.h"
14 #include "webrtc/test/testsupport/fileutils.h"
20 media_file_ = webrtc::MediaFile::CreateMediaFile(0);
24 webrtc::MediaFile::DestroyMediaFile(media_file_);
27 webrtc::MediaFile* media_file_;
40 const std::string audio_file = webrtc::test::ProjectRootPath() +
46 webrtc::kFileFormatWavFile));
50 webrtc::SleepMs(1)
    [all...]
  /external/webrtc/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
12 include $(LOCAL_PATH)/android-webrtc.mk
53 include $(LOCAL_PATH)/android-webrtc.mk
83 include $(LOCAL_PATH)/android-webrtc.mk
109 include $(webrtc_path)/webrtc/base/Android.mk
110 include $(webrtc_path)/webrtc/common_audio/Android.mk
111 include $(webrtc_path)/webrtc/common_audio/resampler/Android.mk
112 include $(webrtc_path)/webrtc/common_audio/signal_processing/Android.mk
113 include $(webrtc_path)/webrtc/common_audio/vad/Android.mk
114 include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.m
    [all...]
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info.mm 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
11 #import "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_info_objc.h"
12 #include "webrtc/modules/video_capture/video_capture.h"
13 #include "webrtc/modules/video_capture/video_capture_config.h"
14 #include "webrtc/system_wrappers/include/trace.h"
16 namespace webrtc
69 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id,
83 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log_c.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/system_wrappers/include/data_log_c.h"
17 #include "webrtc/system_wrappers/include/data_log.h"
20 return webrtc::DataLog::CreateLog();
24 return webrtc::DataLog::ReturnLog();
30 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
39 return webrtc::DataLog::AddTable(table_name);
46 return webrtc::DataLog::AddColumn(table_name, column_name,
54 return webrtc::DataLog::InsertCell(table_name, column_name, value);
62 return webrtc::DataLog::InsertCell(table_name, column_name, values, length)
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
after_initialization_fixture.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/base/platform_thread.h"
17 #include "webrtc/base/scoped_ptr.h"
18 #include "webrtc/common_types.h"
19 #include "webrtc/modules/rtp_rtcp/source/byte_io.h"
20 #include "webrtc/system_wrappers/include/atomic32.h"
21 #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
22 #include "webrtc/system_wrappers/include/event_wrapper.h"
23 #include "webrtc/system_wrappers/include/sleep.h"
24 #include "webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h
    [all...]
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios_objc.mm 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
17 #import "webrtc/modules/video_capture/ios/device_info_ios_objc.h"
18 #include "webrtc/modules/video_capture/video_capture_config.h"
54 + (webrtc::VideoCaptureCapability)capabilityForPreset:(NSString*)preset {
55 webrtc::VideoCaptureCapability capability;
64 webrtc::videocapturemodule::kDefaultCaptureDelay;
65 capability.rawType = webrtc::kVideoNV12;
66 capability.codecType = webrtc::kVideoCodecUnknown;
73 webrtc::videocapturemodule::kDefaultCaptureDelay;
74 capability.rawType = webrtc::kVideoNV12
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/base/format_macros.h"
14 #include "webrtc/base/scoped_ptr.h"
15 #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
16 #include "webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.h"
17 #include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
18 #include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h"
19 #include "webrtc/test/rtp_file_reader.h"
21 class Observer : public webrtc::RemoteBitrateObserver {
23 explicit Observer(webrtc::Clock* clock) : clock_(clock) {
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
metrics.h 2 // Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/base/atomicops.h"
17 #include "webrtc/base/checks.h"
18 #include "webrtc/common_types.h"
20 // Macros for allowing WebRTC clients (e.g. Chrome) to gather and aggregate
34 // Therefore, WebRTC clients must either:
37 // Histogram* webrtc::metrics::HistogramFactoryGetCounts(
40 // Histogram* webrtc::metrics::HistogramFactoryGetEnumeration(
42 // void webrtc::metrics::HistogramAdd(
51 // RTC_HISTOGRAM_COUNTS("WebRTC.Video.NacksSent", nacks_sent, 1, 100000, 100)
156 namespace webrtc { namespace
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 36 #include "talk/media/webrtc/webrtcvideochannelfactory.h"
37 #include "talk/media/webrtc/webrtcvideodecoderfactory.h"
38 #include "talk/media/webrtc/webrtcvideoencoderfactory.h"
39 #include "webrtc/base/criticalsection.h"
40 #include "webrtc/base/scoped_ptr.h"
41 #include "webrtc/base/thread_annotations.h"
42 #include "webrtc/base/thread_checker.h"
43 #include "webrtc/call.h"
44 #include "webrtc/transport.h"
45 #include "webrtc/video_frame.h
50 namespace webrtc { namespace
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
conference_transport.cc 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
11 #include "webrtc/voice_engine/test/auto_test/fakes/conference_transport.h"
15 #include "webrtc/base/byteorder.h"
16 #include "webrtc/base/timeutils.h"
17 #include "webrtc/system_wrappers/include/sleep.h"
23 static const webrtc::CodecInst kCodecInst =
40 : pq_crit_(webrtc::CriticalSectionWrapper::CreateCriticalSection()),
41 stream_crit_(webrtc::CriticalSectionWrapper::CreateCriticalSection()),
42 packet_event_(webrtc::EventWrapper::Create()),
46 rtp_header_parser_(webrtc::RtpHeaderParser::Create())
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java 29 package org.webrtc;
  /external/webrtc/webrtc/common_audio/
fir_filter.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
16 namespace webrtc { namespace
38 } // namespace webrtc
window_generator.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/base/constructormagic.h"
18 namespace webrtc { namespace
30 } // namespace webrtc
  /external/webrtc/webrtc/common_audio/vad/mock/
mock_vad.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/common_audio/vad/include/vad.h"
18 namespace webrtc { namespace
32 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_coding/acm2/
call_statistics.h 2 * Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/common_types.h"
15 #include "webrtc/modules/include/module_common_types.h"
30 namespace webrtc { namespace
61 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise_unittest.cc 2 * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
13 #include "webrtc/modules/audio_coding/neteq/comfort_noise.h"
16 #include "webrtc/modules/audio_coding/neteq/mock/mock_decoder_database.h"
17 #include "webrtc/modules/audio_coding/neteq/sync_buffer.h"
19 namespace webrtc { namespace
31 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device_factory.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
14 #include "webrtc/common_types.h"
16 namespace webrtc { namespace
20 // This class is used by audio_device_impl.cc when WebRTC is compiled with
40 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/
R.java 8 package org.webrtc.voiceengine.test;
  /external/webrtc/webrtc/modules/audio_processing/
common.h 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
16 #include "webrtc/modules/audio_processing/include/audio_processing.h"
18 namespace webrtc { namespace
33 } // namespace webrtc
  /external/webrtc/webrtc/modules/audio_processing/test/
protobuf_utils.h 2 * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
15 #include "external/webrtc/webrtc/modules/audio_processing/debug.pb.h"
17 #include "webrtc/modules/audio_processing/debug.pb.h"
19 #include "webrtc/base/scoped_ptr.h"
21 namespace webrtc { namespace
30 } // namespace webrtc

Completed in 973 milliseconds

1 2 3 4 5 67 8 91011>>