Searched refs:webrtc (Results 76 - 100 of 2804) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_factory.cc12 #include "webrtc/modules/video_coding/codecs/vp8/vp8_impl.h"
14 namespace webrtc { namespace
24 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Der_tables_xor.h17 namespace webrtc { namespace
38740 } // namespace webrtc
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcolor_enhancement.h17 #include "webrtc/modules/video_processing/main/interface/video_processing.h"
18 #include "webrtc/typedefs.h"
20 namespace webrtc { namespace
26 } // namespace webrtc
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcritical_section.cc13 #include "webrtc/system_wrappers/source/critical_section_win.h"
15 #include "webrtc/system_wrappers/source/critical_section_posix.h"
18 namespace webrtc { namespace
28 } // namespace webrtc
H A Dfield_trial_default.cc10 #include "webrtc/system_wrappers/interface/field_trial.h"
12 // Clients of webrtc that do not want to configure field trials can link with
14 namespace webrtc { namespace
22 } // namespace webrtc
H A Dthread_posix_unittest.cc11 #include "webrtc/system_wrappers/source/thread_posix.h"
21 for (int priority = webrtc::kLowPriority;
22 priority <= webrtc::kRealtimePriority; ++priority) {
23 int system_priority = webrtc::ConvertToSystemPriority(
24 static_cast<webrtc::ThreadPriority>(priority), kMinPrio, kMaxPrio);
/external/chromium_org/third_party/webrtc/test/
H A Drun_loop.cc10 #include "webrtc/test/run_loop.h"
14 namespace webrtc { namespace
22 } // namespace webrtc
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_fake_camera.h15 namespace webrtc { namespace
30 explicit ViEFakeCamera(webrtc::ViECapture* capture_interface);
43 webrtc::ViECapture* capture_interface_;
46 webrtc::ThreadWrapper* camera_thread_;
H A Dtb_video_channel.h14 #include "webrtc/system_wrappers/interface/scoped_ptr.h"
15 #include "webrtc/video_engine/test/libvietest/include/tb_interfaces.h"
17 namespace webrtc { namespace
21 } // namespace webrtc
26 webrtc::VideoCodecType sendCodec = webrtc::kVideoCodecVP8,
47 webrtc::scoped_ptr<webrtc::test::VideoChannelTransport> channel_transport_;
/external/webrtc/src/system_wrappers/source/
H A Dcritical_section.cc18 namespace webrtc { namespace
27 } // namespace webrtc
H A Dtrace_unittest.cc17 using webrtc::CpuMeasurementHarness;
18 using webrtc::Trace;
19 using webrtc::kTraceWarning;
20 using webrtc::kTraceUtility;
22 class Logger : public webrtc::CpuTarget {
26 std::string trace_file = webrtc::test::OutputPath() +
29 Trace::SetLevelFilter(webrtc::kTraceAll);
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.h12 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
13 #include "third_party/webrtc/modules/desktop_capture/desktop_region.h"
28 virtual void Initialize(const webrtc::DesktopSize& screen_size) OVERRIDE;
30 virtual void Invalidate(const webrtc::DesktopSize& view_size,
31 const webrtc::DesktopRegion& region) OVERRIDE;
32 virtual void RenderFrame(const webrtc::DesktopSize& view_size,
33 const webrtc::DesktopRect& clip_area,
36 webrtc::DesktopRegion* output_region) OVERRIDE;
37 virtual const webrtc::DesktopRegion* GetImageShape() OVERRIDE;
45 void UpdateImageShapeRegion(webrtc
[all...]
H A Dcodec_test.h12 namespace webrtc { namespace
41 const webrtc::DesktopSize& screen_size,
42 const webrtc::DesktopSize& view_size,
51 const webrtc::DesktopSize& size);
54 const std::list<webrtc::DesktopFrame*>& frames);
/external/chromium_org/remoting/host/
H A Ddesktop_shape_tracker.h10 namespace webrtc { namespace
13 } // namespace webrtc
21 webrtc::DesktopCaptureOptions options);
30 virtual const webrtc::DesktopRegion& desktop_shape() = 0;
H A Dshaped_desktop_capturer_unittest.cc10 #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
11 #include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
12 #include "third_party/webrtc/modules/desktop_capture/desktop_region.h"
21 static webrtc::DesktopRegion CreateShape() {
22 webrtc::DesktopRegion result;
23 result.AddRect(webrtc::DesktopRect::MakeXYWH(0, 0, 5, 5));
24 result.AddRect(webrtc::DesktopRect::MakeXYWH(5, 5, 5, 5));
32 virtual const webrtc::DesktopRegion& desktop_shape() OVERRIDE {
39 webrtc::DesktopRegion shape_;
43 public webrtc
[all...]
H A Dchromoting_param_traits.cc8 #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
13 void ParamTraits<webrtc::DesktopVector>::Write(Message* m,
14 const webrtc::DesktopVector& p) {
20 bool ParamTraits<webrtc::DesktopVector>::Read(const Message* m,
22 webrtc::DesktopVector* r) {
26 *r = webrtc::DesktopVector(x, y);
31 void ParamTraits<webrtc::DesktopVector>::Log(const webrtc::DesktopVector& p,
33 l->append(base::StringPrintf("webrtc::DesktopVector(%d, %d)",
38 void ParamTraits<webrtc
[all...]
/external/chromium_org/remoting/client/
H A Dframe_producer.h10 namespace webrtc { namespace
15 } // namespace webrtc
29 virtual void DrawBuffer(webrtc::DesktopFrame* buffer) = 0;
34 virtual void InvalidateRegion(const webrtc::DesktopRegion& region) = 0;
42 virtual void SetOutputSizeAndClip(const webrtc::DesktopSize& view_size,
43 const webrtc::DesktopRect& clip_area) = 0;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCDataChannel+Internal.h30 #include "talk/app/webrtc/datachannelinterface.h"
31 #include "webrtc/base/scoped_ref_ptr.h"
35 @property(nonatomic, readonly) const webrtc::DataBuffer* dataBuffer;
37 - (instancetype)initWithDataBuffer:(const webrtc::DataBuffer&)buffer;
43 @property(nonatomic, readonly) const webrtc::DataChannelInit* dataChannelInit;
50 rtc::scoped_refptr<webrtc::DataChannelInterface> dataChannel;
53 (rtc::scoped_refptr<webrtc::DataChannelInterface>)dataChannel;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.h16 #include "webrtc/common_video/interface/i420_video_frame.h"
17 #include "webrtc/common_video/libyuv/include/scaler.h"
18 #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
19 #include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
20 #include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
21 #include "webrtc/modules/video_coding/codecs/test/stats.h"
22 #include "webrtc/system_wrappers/interface/tick_util.h"
23 #include "webrtc/test/testsupport/frame_reader.h"
24 #include "webrtc/test/testsupport/frame_writer.h"
26 namespace webrtc { namespace
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmt_test_common.h18 #include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h"
19 #include "webrtc/modules/video_coding/main/interface/video_coding.h"
20 #include "webrtc/modules/video_coding/main/test/test_callbacks.h"
21 #include "webrtc/modules/video_coding/main/test/video_source.h"
23 namespace webrtc { namespace
28 SendSharedState(webrtc::VideoCodingModule& vcm, webrtc::RtpRtcp& rtp,
37 webrtc::VideoCodingModule& _vcm;
38 webrtc::RtpRtcp& _rtp;
63 SharedRTPState(webrtc
[all...]
H A Dgeneric_codec_test.h14 #include "webrtc/modules/video_coding/main/interface/video_coding.h"
19 #include "webrtc/modules/video_coding/main/test/test_callbacks.h"
20 #include "webrtc/modules/video_coding/main/test/test_util.h"
30 namespace webrtc { namespace
39 GenericCodecTest(webrtc::VideoCodingModule* vcm,
40 webrtc::SimulatedClock* clock);
52 webrtc::SimulatedClock* _clock;
53 webrtc::VideoCodingModule* _vcm;
54 webrtc::VideoCodec _sendCodec;
55 webrtc
[all...]
H A Dnormal_test.h14 #include "webrtc/modules/video_coding/main/interface/video_coding.h"
15 #include "webrtc/modules/video_coding/main/test/test_util.h"
16 #include "webrtc/modules/video_coding/main/test/video_source.h"
25 class VCMNTEncodeCompleteCallback : public webrtc::VCMPacketizationCallback
32 void RegisterTransportCallback(webrtc::VCMPacketizationCallback* transport);
36 const webrtc::FrameType frameType,
42 const webrtc::RTPFragmentationHeader& fragmentationHeader,
43 const webrtc::RTPVideoHeader* videoHdr) OVERRIDE;
47 void RegisterReceiverVCM(webrtc::VideoCodingModule *vcm);
59 webrtc
[all...]
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dbase_primitives.cc11 #include "webrtc/video_engine/test/auto_test/primitives/base_primitives.h"
13 #include "webrtc/modules/video_capture/include/video_capture_factory.h"
14 #include "webrtc/video_engine/test/auto_test/interface/vie_autotest.h"
15 #include "webrtc/video_engine/test/auto_test/interface/vie_autotest_defines.h"
16 #include "webrtc/video_engine/test/libvietest/include/tb_external_transport.h"
19 webrtc::VideoCodec video_codec,
20 webrtc::ViECodec* codec_interface) {
27 if (video_codec.codecType == webrtc::kVideoCodecI420) {
39 EXPECT_EQ(webrtc::kVideoCodecI420, video_codec.codecType);
42 void TestI420CallSetup(webrtc
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fakes/
H A Dfake_external_transport.h13 #include "webrtc/common_types.h"
15 namespace webrtc { namespace
22 class FakeExternalTransport : public webrtc::Transport {
24 explicit FakeExternalTransport(webrtc::VoENetwork* ptr);
30 webrtc::VoENetwork* my_network_;
35 webrtc::ThreadWrapper* thread_;
36 webrtc::CriticalSectionWrapper* lock_;
37 webrtc::EventWrapper* event_;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_file_capture_device.cc10 #include "webrtc/video_engine/test/libvietest/include/vie_file_capture_device.h"
14 #include "webrtc/common_types.h"
15 #include "webrtc/modules/interface/module_common_types.h"
16 #include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
17 #include "webrtc/system_wrappers/interface/event_wrapper.h"
18 #include "webrtc/system_wrappers/interface/tick_util.h"
19 #include "webrtc/video_engine/include/vie_capture.h"
26 frame_start_ = webrtc::TickTime::MillisecondTimestamp();
29 void SleepIfNecessary(webrtc::EventWrapper* sleeper) {
30 uint64_t now = webrtc
[all...]

Completed in 510 milliseconds

1234567891011>>