Searched refs:DesktopSize (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/remoting/host/
H A Dscreen_resolution.h18 ScreenResolution(const webrtc::DesktopSize& dimensions,
22 webrtc::DesktopSize ScaleDimensionsToDpi(
26 const webrtc::DesktopSize& dimensions() const { return dimensions_; }
39 webrtc::DesktopSize dimensions_;
H A Dscreen_resolution_unittest.cc16 webrtc::DesktopSize(100, 100), webrtc::DesktopVector(10, 10));
20 webrtc::DesktopSize(), webrtc::DesktopVector(10, 10));
24 webrtc::DesktopSize(1, 1), webrtc::DesktopVector(0, 0));
30 webrtc::DesktopSize(100, 100), webrtc::DesktopVector(10, 10));
32 EXPECT_TRUE(webrtc::DesktopSize(50, 50).equals(
35 EXPECT_TRUE(webrtc::DesktopSize(200, 200).equals(
41 webrtc::DesktopSize(10000000, 1000000), webrtc::DesktopVector(1, 1));
44 EXPECT_TRUE(webrtc::DesktopSize(max_int, max_int).equals(
H A Dscreen_resolution.cc15 : dimensions_(webrtc::DesktopSize(0, 0)),
19 ScreenResolution::ScreenResolution(const webrtc::DesktopSize& dimensions,
24 DCHECK(!dimensions.is_empty() || dimensions.equals(webrtc::DesktopSize()));
29 webrtc::DesktopSize ScreenResolution::ScaleDimensionsToDpi(
39 return webrtc::DesktopSize(width, height);
H A Dmouse_clamping_filter.cc27 webrtc::DesktopSize screen_size =
28 webrtc::DesktopSize(video_packet->format().screen_width(),
H A Dchromoting_param_traits.cc38 void ParamTraits<webrtc::DesktopSize>::Write(Message* m,
39 const webrtc::DesktopSize& p) {
45 bool ParamTraits<webrtc::DesktopSize>::Read(const Message* m,
47 webrtc::DesktopSize* r) {
51 *r = webrtc::DesktopSize(width, height);
56 void ParamTraits<webrtc::DesktopSize>::Log(const webrtc::DesktopSize& p,
58 l->append(base::StringPrintf("webrtc::DesktopSize(%d, %d)",
95 ParamTraits<webrtc::DesktopSize>::Write(m, p.image()->size());
117 webrtc::DesktopSize siz
[all...]
/external/chromium_org/remoting/protocol/
H A Dmouse_input_filter.h25 void set_input_size(const webrtc::DesktopSize& size);
28 void set_output_size(const webrtc::DesktopSize& size);
34 webrtc::DesktopSize input_max_;
35 webrtc::DesktopSize output_max_;
H A Dmouse_input_filter_unittest.cc65 mouse_filter.set_output_size(webrtc::DesktopSize(50, 50));
77 mouse_filter.set_input_size(webrtc::DesktopSize(50, 50));
89 mouse_filter.set_output_size(webrtc::DesktopSize(40,40));
90 mouse_filter.set_input_size(webrtc::DesktopSize(40,40));
117 mouse_filter.set_output_size(webrtc::DesktopSize(80, 80));
118 mouse_filter.set_input_size(webrtc::DesktopSize(40, 40));
145 mouse_filter.set_output_size(webrtc::DesktopSize(30, 30));
146 mouse_filter.set_input_size(webrtc::DesktopSize(40, 40));
/external/chromium_org/remoting/codec/
H A Dcodec_test.h14 class DesktopSize;
41 const webrtc::DesktopSize& screen_size,
42 const webrtc::DesktopSize& view_size,
51 const webrtc::DesktopSize& size);
H A Dvideo_decoder.h14 class DesktopSize;
30 virtual void Initialize(const webrtc::DesktopSize& screen_size) = 0;
39 virtual void Invalidate(const webrtc::DesktopSize& view_size,
54 virtual void RenderFrame(const webrtc::DesktopSize& view_size,
H A Dvideo_encoder_vpx_perftest.cc16 using webrtc::DesktopSize;
24 const DesktopSize kFrameSizes[] = {
25 DesktopSize(1280, 1024), DesktopSize(1920, 1200)
38 const DesktopSize kFrameSizes[] = {
39 DesktopSize(1280, 1024), DesktopSize(1920, 1200)
H A Dvideo_decoder_verbatim.h26 virtual void Initialize(const webrtc::DesktopSize& screen_size) OVERRIDE;
28 virtual void Invalidate(const webrtc::DesktopSize& view_size,
30 virtual void RenderFrame(const webrtc::DesktopSize& view_size,
42 webrtc::DesktopSize screen_size_;
H A Dvideo_decoder_vpx.h28 virtual void Initialize(const webrtc::DesktopSize& screen_size) OVERRIDE;
30 virtual void Invalidate(const webrtc::DesktopSize& view_size,
32 virtual void RenderFrame(const webrtc::DesktopSize& view_size,
56 webrtc::DesktopSize screen_size_;
H A Dvideo_encoder_helper_unittest.cc15 using webrtc::DesktopSize;
21 BasicDesktopFrame frame(DesktopSize(32, 32));
49 BasicDesktopFrame frame(DesktopSize(32, 32));
64 BasicDesktopFrame frame(DesktopSize(32, 32));
74 BasicDesktopFrame frame(DesktopSize(32, 32));
94 BasicDesktopFrame frame1(DesktopSize(32, 32));
99 BasicDesktopFrame frame2(DesktopSize(48, 48));
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_shape.h25 DesktopSize size;
H A Dscreen_capturer_helper.h37 void InvalidateScreen(const DesktopSize& size);
44 const DesktopSize& size_most_recent() const;
45 void set_size_most_recent(const DesktopSize& size);
76 DesktopSize size_most_recent_;
H A Ddesktop_frame.h31 const DesktopSize& size() const { return size_; }
71 DesktopFrame(DesktopSize size,
76 const DesktopSize size_;
97 explicit BasicDesktopFrame(DesktopSize size);
111 SharedMemoryDesktopFrame(DesktopSize size,
H A Ddesktop_frame_win.h27 static DesktopFrameWin* Create(DesktopSize size,
34 DesktopFrameWin(DesktopSize size,
H A Ddesktop_geometry.h51 class DesktopSize { class in namespace:webrtc
53 DesktopSize() : width_(0), height_(0) {} function in class:webrtc::DesktopSize
54 DesktopSize(int32_t width, int32_t height) function in class:webrtc::DesktopSize
63 bool equals(const DesktopSize& other) const {
80 static DesktopRect MakeSize(const DesktopSize& size) {
95 const DesktopSize& size) {
109 DesktopSize size() const { return DesktopSize(width(), height()); }
/external/chromium_org/remoting/client/
H A Dframe_consumer.h14 class DesktopSize;
37 virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
49 virtual void SetSourceSize(const webrtc::DesktopSize& source_size,
H A Dframe_producer.h14 class DesktopSize;
42 virtual void SetOutputSizeAndClip(const webrtc::DesktopSize& view_size,
/external/chromium_org/remoting/client/plugin/
H A Dpepper_view.h48 virtual void ApplyBuffer(const webrtc::DesktopSize& view_size,
54 virtual void SetSourceSize(const webrtc::DesktopSize& source_size,
63 const webrtc::DesktopSize& get_source_size() const {
110 webrtc::DesktopSize dips_size_;
118 webrtc::DesktopSize view_size_;
127 webrtc::DesktopSize source_size_;
/external/chromium_org/remoting/host/win/
H A Drdp_client.h20 class DesktopSize;
43 const webrtc::DesktopSize& screen_size,
/external/chromium_org/remoting/base/
H A Dutil.h45 const webrtc::DesktopSize& source_size,
49 const webrtc::DesktopSize& dest_size,
62 const webrtc::DesktopSize& in_size,
63 const webrtc::DesktopSize& out_size);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dwindow_capture_utils.cc33 DesktopSize border = DesktopSize(GetSystemMetrics(SM_CXSIZEFRAME),
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.h41 const DesktopSize& window_size() { return window_size_; }
74 DesktopSize window_size_;

Completed in 3077 milliseconds

1234