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

Unified Diff: mojo/services/media/common/interfaces/rate_control.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: mojo/services/media/common/interfaces/rate_control.mojom
diff --git a/mojo/services/media/common/interfaces/rate_control.mojom b/mojo/services/media/common/interfaces/rate_control.mojom
index da272a2c167b0ea9a0b515065781d7211020574e..9e7837a9ffb19ebb1887fdbbdbb5e12931c075af 100644
--- a/mojo/services/media/common/interfaces/rate_control.mojom
+++ b/mojo/services/media/common/interfaces/rate_control.mojom
@@ -33,12 +33,14 @@ module mojo.media;
// See also...
// mojo/services/media/common/linear_transform.h
//
+// no-format
struct TimelineQuad {
int64 reference_offset = 0;
int64 target_offset = 0;
int32 reference_delta = 0;
uint32 target_delta = 1;
};
+// end-no-format
// TimelineTransform
// TODO(dalesat): Rename reference -> presentation.
@@ -50,11 +52,11 @@ struct TimelineTransform {
// TODO: These constants should probably defined by a central time management
// service, not here.
const uint32 kLocalTimeID = 0xFFFFFFFF;
- const uint32 kContextual = 0xFFFFFFFE;
+ const uint32 kContextual = 0xFFFFFFFE;
TimelineQuad quad;
uint32 reference_timeline_id = kContextual;
- uint32 target_timeline_id = kLocalTimeID;
+ uint32 target_timeline_id = kLocalTimeID;
};
// RateControl
« no previous file with comments | « mojo/services/media/common/interfaces/media_types.mojom ('k') | mojo/services/media/control/interfaces/media_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698