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

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

Issue 2101043003: Plumb callbacks from mojo media service to client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove unneeded deps from typemap file. Created 4 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
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index bef1de32d219e51000c620392157074bb1c886e6..5f9a4f07de6cf65bca26251d1a90006a44a5c09b 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -336,3 +336,12 @@ struct VideoFrame {
uint64 u_offset;
uint64 v_offset;
};
+
+struct PipelineStatistics {
+ uint64 audio_bytes_decoded;
+ uint64 video_bytes_decoded;
+ uint32 video_frames_decoded;
+ uint32 video_frames_dropped;
+ int64 audio_memory_usage;
dcheng 2016/07/07 04:19:37 Is there a reason for this to be signed (other tha
slan 2016/07/07 16:41:45 Original justification: https://codereview.chromiu
+ int64 video_memory_usage;
+};
« no previous file with comments | « media/mojo/common/pipeline_statistics_struct_traits.h ('k') | media/mojo/interfaces/pipeline_statistics.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698