Searched refs:webrtc (Results 151 - 175 of 2804) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/test/
H A Drun_all_unittests.cc11 #include "webrtc/test/test_suite.h"
14 webrtc::test::TestSuite test_suite(argc, argv);
/external/chromium_org/third_party/webrtc/test/testsupport/android/
H A Droot_path_android.cc13 namespace webrtc { namespace
26 } // namespace webrtc
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dfake_stdin.h19 namespace webrtc { namespace
24 } // namespace webrtc
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h19 #include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
21 class TbI420Encoder: public webrtc::VideoEncoder
27 virtual int32_t InitEncode(const webrtc::VideoCodec* codecSettings,
32 const webrtc::I420VideoFrame& inputImage,
33 const webrtc::CodecSpecificInfo* codecSpecificInfo,
34 const std::vector<webrtc::VideoFrameType>* frameTypes) OVERRIDE;
37 webrtc::EncodedImageCallback* callback) OVERRIDE;
67 webrtc::EncodedImage _encodedImage;
69 webrtc::EncodedImageCallback* _encodedCompleteCallback;
78 class TbI420Decoder: public webrtc
[all...]
H A Dvie_file_capture_device.h18 #include "webrtc/typedefs.h"
20 namespace webrtc { namespace
31 explicit ViEFileCaptureDevice(webrtc::ViEExternalCapture* input_sink);
47 webrtc::ViEExternalCapture* input_sink_;
50 webrtc::CriticalSectionWrapper* mutex_;
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_connection_observer.h14 #include "webrtc/voice_engine/include/voe_network.h"
18 namespace webrtc { namespace
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dautomated_mode.cc12 #include "webrtc/test/testsupport/fileutils.h"
16 webrtc::test::SetExecutablePath(argv[0]);
/external/webrtc/src/system_wrappers/interface/
H A Daligned_malloc.h16 namespace webrtc namespace
H A Dcpu_info.h16 namespace webrtc { namespace
26 } // namespace webrtc
/external/webrtc/test/
H A Drun_all_unittests.cc14 webrtc::test::TestSuite test_suite(argc, argv);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcmediaengine.cc31 #include "talk/media/webrtc/webrtcmediaengine.h"
32 #include "talk/media/webrtc/webrtcvideoengine.h"
34 #include "talk/media/webrtc/webrtcvideoengine2.h"
36 #include "talk/media/webrtc/webrtcvoiceengine.h"
38 #include "webrtc/system_wrappers/interface/field_trial.h"
47 WebRtcMediaEngine(webrtc::AudioDeviceModule* adm,
48 webrtc::AudioDeviceModule* adm_sc,
62 WebRtcMediaEngine2(webrtc::AudioDeviceModule* adm,
63 webrtc::AudioDeviceModule* adm_sc,
78 webrtc
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dencoded_frame.h16 #include "webrtc/common_types.h"
17 #include "webrtc/common_video/interface/video_image.h"
18 #include "webrtc/modules/interface/module_common_types.h"
19 #include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
20 #include "webrtc/modules/video_coding/main/interface/video_coding_defines.h"
22 namespace webrtc namespace
29 VCMEncodedFrame(const webrtc::EncodedImage& rhs);
50 const webrtc::EncodedImage& EncodedImage() const
51 { return static_cast<const webrtc::EncodedImage&>(*this); }
71 webrtc
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_util.h20 #include "webrtc/base/constructormagic.h"
21 #include "webrtc/modules/interface/module_common_types.h"
22 #include "webrtc/modules/video_coding/main/interface/video_coding.h"
23 #include "webrtc/system_wrappers/interface/event_wrapper.h"
34 webrtc::VideoCodecType codecType;
58 class NullEvent : public webrtc::EventWrapper {
66 virtual webrtc::EventTypeWrapper Wait(unsigned long max_time) {
67 return webrtc::kEventTimeout;
75 class NullEventFactory : public webrtc::EventFactory {
79 virtual webrtc
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dvideo_capture_ds.cc11 #include "webrtc/modules/video_capture/windows/video_capture_ds.h"
13 #include "webrtc/modules/video_capture/video_capture_config.h"
14 #include "webrtc/modules/video_capture/windows/help_functions_ds.h"
15 #include "webrtc/modules/video_capture/windows/sink_filter_ds.h"
16 #include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
17 #include "webrtc/system_wrappers/interface/trace.h"
21 namespace webrtc namespace
79 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id,
90 WEBRTC_TRACE(webrtc
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc12 #include "webrtc/common_video/interface/i420_video_frame.h"
13 #include "webrtc/common_video/interface/video_image.h"
14 #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
15 #include "webrtc/modules/video_coding/codecs/vp8/include/vp8.h"
16 #include "webrtc/system_wrappers/interface/scoped_ptr.h"
17 #include "webrtc/system_wrappers/interface/tick_util.h"
18 #include "webrtc/test/testsupport/fileutils.h"
19 #include "webrtc/test/testsupport/metrics/video_metrics.h"
20 #include "webrtc/tools/simple_command_line_parser.h"
22 class Vp8SequenceCoderEncodeCallback : public webrtc
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit.mm11 #include "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit.h"
12 #import "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_info_objc.h"
13 #import "webrtc/modules/video_capture/mac/qtkit/video_capture_qtkit_objc.h"
14 #include "webrtc/modules/video_capture/video_capture_config.h"
15 #include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
16 #include "webrtc/system_wrappers/interface/trace.h"
18 namespace webrtc
44 WEBRTC_TRACE(webrtc::kTraceDebug, webrtc::kTraceVideoCapture, _id,
77 WEBRTC_TRACE(webrtc
[all...]
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_verbatim.cc16 void VideoDecoderVerbatim::Initialize(const webrtc::DesktopSize& screen_size) {
30 webrtc::DesktopRegion region;
36 webrtc::DesktopRect rect =
37 webrtc::DesktopRect::MakeXYWH(proto_rect.x(),
43 if (!DoesRectContain(webrtc::DesktopRect::MakeSize(screen_size_), rect)) {
72 void VideoDecoderVerbatim::Invalidate(const webrtc::DesktopSize& view_size,
73 const webrtc::DesktopRegion& region) {
77 void VideoDecoderVerbatim::RenderFrame(const webrtc::DesktopSize& view_size,
78 const webrtc::DesktopRect& clip_area,
81 webrtc
[all...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp_play.cc13 #include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
14 #include "webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.h"
15 #include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
16 #include "webrtc/modules/rtp_rtcp/interface/rtp_payload_registry.h"
17 #include "webrtc/system_wrappers/interface/scoped_ptr.h"
18 #include "webrtc/test/rtp_file_reader.h"
20 class Observer : public webrtc::RemoteBitrateObserver {
22 explicit Observer(webrtc::Clock* clock) : clock_(clock) {}
36 webrtc::Clock* clock_;
49 webrtc
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest.cc15 #include "webrtc/video_engine/test/auto_test/interface/vie_autotest.h"
19 #include "webrtc/engine_configurations.h"
20 #include "webrtc/modules/video_render/include/video_render.h"
21 #include "webrtc/test/testsupport/fileutils.h"
22 #include "webrtc/video_engine/test/auto_test/interface/vie_autotest_defines.h"
23 #include "webrtc/video_engine/test/auto_test/primitives/general_primitives.h"
24 #include "webrtc/video_engine/test/libvietest/include/tb_capture_device.h"
25 #include "webrtc/video_engine/test/libvietest/include/tb_interfaces.h"
26 #include "webrtc/video_engine/test/libvietest/include/tb_video_channel.h"
37 return webrtc
[all...]
/external/chromium_org/remoting/host/
H A Dsingle_window_desktop_environment.cc10 #include "third_party/webrtc/modules/desktop_capture/desktop_capture_options.h"
11 #include "third_party/webrtc/modules/desktop_capture/window_capturer.h"
22 virtual scoped_ptr<webrtc::DesktopCapturer> CreateVideoCapturer() OVERRIDE;
31 webrtc::WindowId window_id);
34 webrtc::WindowId window_id_;
42 scoped_ptr<webrtc::DesktopCapturer>
46 webrtc::DesktopCaptureOptions options =
47 webrtc::DesktopCaptureOptions::CreateDefault();
50 scoped_ptr<webrtc::WindowCapturer>window_capturer(
51 webrtc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.h37 #include "talk/app/webrtc/mediastreaminterface.h"
38 #include "talk/app/webrtc/peerconnectioninterface.h"
41 #include "webrtc/base/scoped_ptr.h"
43 namespace webrtc { namespace
45 } // namespace webrtc
52 : public webrtc::PeerConnectionObserver,
53 public webrtc::CreateSessionDescriptionObserver,
85 webrtc::PeerConnectionObserver::StateType state_changed) {}
86 virtual void OnAddStream(webrtc::MediaStreamInterface* stream);
87 virtual void OnRemoveStream(webrtc
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_interfaces.cc11 #include "webrtc/video_engine/test/libvietest/include/tb_interfaces.h"
14 #include "webrtc/test/testsupport/fileutils.h"
27 webrtc::test::OutputPath() + test_name + "_trace.txt";
29 video_engine = webrtc::VideoEngine::Create();
33 EXPECT_EQ(0, video_engine->SetTraceFilter(webrtc::kTraceAll));
35 base = webrtc::ViEBase::GetInterface(video_engine);
40 capture = webrtc::ViECapture::GetInterface(video_engine);
43 rtp_rtcp = webrtc::ViERTP_RTCP::GetInterface(video_engine);
46 render = webrtc::ViERender::GetInterface(video_engine);
49 codec = webrtc
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Drtc_base.target.darwin-arm.mk26 third_party/webrtc/base/asyncfile.cc \
27 third_party/webrtc/base/asynchttprequest.cc \
28 third_party/webrtc/base/asyncsocket.cc \
29 third_party/webrtc/base/asynctcpsocket.cc \
30 third_party/webrtc/base/asyncudpsocket.cc \
31 third_party/webrtc/base/autodetectproxy.cc \
32 third_party/webrtc/base/base64.cc \
33 third_party/webrtc/base/bytebuffer.cc \
34 third_party/webrtc/base/common.cc \
35 third_party/webrtc/bas
[all...]
H A Drtc_base.target.darwin-arm64.mk26 third_party/webrtc/base/asyncfile.cc \
27 third_party/webrtc/base/asynchttprequest.cc \
28 third_party/webrtc/base/asyncsocket.cc \
29 third_party/webrtc/base/asynctcpsocket.cc \
30 third_party/webrtc/base/asyncudpsocket.cc \
31 third_party/webrtc/base/autodetectproxy.cc \
32 third_party/webrtc/base/base64.cc \
33 third_party/webrtc/base/bytebuffer.cc \
34 third_party/webrtc/base/common.cc \
35 third_party/webrtc/bas
[all...]
H A Drtc_base.target.darwin-mips.mk26 third_party/webrtc/base/asyncfile.cc \
27 third_party/webrtc/base/asynchttprequest.cc \
28 third_party/webrtc/base/asyncsocket.cc \
29 third_party/webrtc/base/asynctcpsocket.cc \
30 third_party/webrtc/base/asyncudpsocket.cc \
31 third_party/webrtc/base/autodetectproxy.cc \
32 third_party/webrtc/base/base64.cc \
33 third_party/webrtc/base/bytebuffer.cc \
34 third_party/webrtc/base/common.cc \
35 third_party/webrtc/bas
[all...]

Completed in 1346 milliseconds

1234567891011>>