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

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 2966643002: media: Plumb MediaLog to MojoVideoDecoderService. (Closed)
Patch Set: Swap client/service directory. Created 3 years, 5 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
« no previous file with comments | « media/mojo/interfaces/media_log.mojom ('k') | media/mojo/interfaces/media_types.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index 5448756c7c511e13472f9804ac0120240b7a874e..bb40ad4f2ad1f35e2bd2bb0c6fc263a23277b661 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -8,21 +8,29 @@ import "gpu/ipc/common/mailbox_holder.mojom";
import "mojo/common/time.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
+// See media/base/audio_codecs.h for descriptions.
+[Native]
+enum AudioCodec;
+
// See media/base/buffering_state.h for descriptions.
[Native]
enum BufferingState;
-// See media/base/decode_status.h for descriptions.
+// See media/base/channel_layout.h for descriptions.
[Native]
-enum DecodeStatus;
+enum ChannelLayout;
-// See media/base/audio_codecs.h for descriptions.
+// See media/base/video_types.h for descriptions.
[Native]
-enum AudioCodec;
+enum ColorSpace;
-// See media/base/channel_layout.h for descriptions.
+// See media/base/decode_status.h for descriptions.
[Native]
-enum ChannelLayout;
+enum DecodeStatus;
+
+// See media/base/media_log_event.h for description.
+[Native]
+struct MediaLogEvent;
// See media/base/output_device_info.h for descriptions.
[Native]
@@ -32,14 +40,6 @@ enum OutputDeviceStatus;
[Native]
enum SampleFormat;
-// See media/base/video_types.h for descriptions.
-[Native]
-enum VideoPixelFormat;
-
-// See media/base/video_types.h for descriptions.
-[Native]
-enum ColorSpace;
-
// See media/base/video_codecs.h for descriptions.
[Native]
enum VideoCodec;
@@ -48,6 +48,10 @@ enum VideoCodec;
[Native]
enum VideoCodecProfile;
+// See media/base/video_types.h for descriptions.
+[Native]
+enum VideoPixelFormat;
+
// This defines a mojo transport format for media::EncryptionScheme::Pattern
// See media/base/encryption_scheme.h for description.
struct Pattern {
« no previous file with comments | « media/mojo/interfaces/media_log.mojom ('k') | media/mojo/interfaces/media_types.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698