Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Side by Side Diff: remoting/proto/video.proto

Issue 394883008: Add basic perf tests for chromoting protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/video_scheduler.cc ('k') | remoting/protocol/channel_multiplexer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Protocol for video messages. 5 // Protocol for video messages.
6 6
7 syntax = "proto2"; 7 syntax = "proto2";
8 8
9 option optimize_for = LITE_RUNTIME; 9 option optimize_for = LITE_RUNTIME;
10 10
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 optional int32 encode_time_ms = 8; 56 optional int32 encode_time_ms = 8;
57 57
58 // The most recent sequence number received from the client on the event 58 // The most recent sequence number received from the client on the event
59 // channel. 59 // channel.
60 optional int64 client_sequence_number = 9; 60 optional int64 client_sequence_number = 9;
61 61
62 repeated Rect desktop_shape_rects = 10; 62 repeated Rect desktop_shape_rects = 10;
63 63
64 // True when |desktop_shape_rects| should be used. 64 // True when |desktop_shape_rects| should be used.
65 optional bool use_desktop_shape = 11; 65 optional bool use_desktop_shape = 11;
66
67 // Optional frame timestamp. Used in tests to estimate frame latency.
68 optional int64 timestamp = 12;
66 } 69 }
OLDNEW
« no previous file with comments | « remoting/host/video_scheduler.cc ('k') | remoting/protocol/channel_multiplexer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698