[M120 Migration][MM] Framerate calculation
[platform/framework/web/chromium-efl.git] / media / mojo / mojom / media_types.mojom
index 57eccec..d86cdf8 100644 (file)
@@ -198,6 +198,10 @@ struct VideoDecoderConfig {
   gfx.mojom.HDRMetadata? hdr_metadata;
   [EnableIf=is_tizen_tv]
   string hdr_info;
+  [EnableIf=is_tizen_tv]
+  int32 framerate_num;
+  [EnableIf=is_tizen_tv]
+  int32 framerate_den;
 };
 
 // Native struct media::SubsampleEntry;
@@ -272,6 +276,13 @@ struct DecoderBuffer {
   mojo_base.mojom.TimeDelta front_discard;
   mojo_base.mojom.TimeDelta back_discard;
 
+  [EnableIf=is_tizen_tv]
+  uint32 tz_handle;
+  [EnableIf=is_tizen_tv]
+  uint32 tz_buffer_size;
+  [EnableIf=is_tizen_tv]
+  uint64 decryptor_handle;
+
   DecoderBufferSideData? side_data;
 };