Lines Matching full:optional
24 optional Encoding encoding = 5 [default = ENCODING_INVALID];
27 optional int32 screen_width = 6;
28 optional int32 screen_height = 7;
32 optional int32 x_dpi = 8;
33 optional int32 y_dpi = 9;
38 optional int32 x = 1;
39 optional int32 y = 2;
40 optional int32 width = 3;
41 optional int32 height = 4;
45 optional VideoPacketFormat format = 4;
47 optional bytes data = 5;
53 optional int32 capture_time_ms = 7;
56 optional int32 encode_time_ms = 8;
60 optional int64 client_sequence_number = 9;
65 optional bool use_desktop_shape = 11;
67 // Optional frame timestamp. Used in tests to estimate frame latency.
68 optional int64 timestamp = 12;