From 87b3c3cbe724842ac97b804ddce354b8dca53a25 Mon Sep 17 00:00:00 2001 From: Fred Gylys-Colwell Date: Fri, 16 Nov 2018 14:48:23 -0800 Subject: [PATCH] Align table in comments Merge from Widevine repo of http://go/wvgerrit/66667 This CL uses the magic of https://www.emacswiki.org/emacs/TableMode to fix the table in OEMCryptoCENC.h Test: comment only Bug: 111939411 Change-Id: Iddc884bb8d9f1d9470bae9c5f6ebbec7524a7111 --- .../oemcrypto/include/OEMCryptoCENC.h | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h index 2440beae..59c7e04a 100644 --- a/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h +++ b/libwvdrmengine/oemcrypto/include/OEMCryptoCENC.h @@ -2903,17 +2903,25 @@ uint32_t OEMCrypto_GetAnalogOutputFlags(); * should also support a higher frame rate. Platforms may enforce these * values. For example Android will enforce a frame rate via a GTS test. * - * - * | Resource Rating Tier | 1 - Low | 2 - Medium | 3 - High | - * | Sample size | 1 MB | 2 MB | 4 MB | - * | Number of Subsamples| 8 | 16 | 32 | - * | Decrypt buffer size | 100 KB | 500 KB | 1 MB | - * | Generic crypto buffer size | 10 KB | 100 KB | 500 KB | - * | Number of concurrent sessions | 10 | 20 | 20 | - * | Number of keys per session | 4 | 20 | 20 | - * | Simultaneous secure playback | 1 | 2 | 2 | - * | Decrypted Frames per Second | 30 fps SD | 30 fps HD | 60 fps HD | - * + * +-----------------------------------+-----------+------------+-----------+ + * |Resource Rating Tier |1 - Low |2 - Medium |3 - High | + * +-----------------------------------+-----------+------------+-----------+ + * |Sample size |1 MB |2 MB |4 MB | + * +-----------------------------------+-----------+------------+-----------+ + * |Number of Subsamples |8 |16 |32 | + * +-----------------------------------+-----------+------------+-----------+ + * |Decrypt buffer size |100 KB |500 KB |1 MB | + * +-----------------------------------+-----------+------------+-----------+ + * |Generic crypto buffer size |10 KB |100 KB |500 KB | + * +-----------------------------------+-----------+------------+-----------+ + * |Number of concurrent sessions |10 |20 |20 | + * +-----------------------------------+-----------+------------+-----------+ + * |Number of keys per session |4 |20 |20 | + * +-----------------------------------+-----------+------------+-----------+ + * |Simultaneous secure playback |1 |2 |2 | + * +-----------------------------------+-----------+------------+-----------+ + * |Decrypted Frames per Second |30 fps SD |30 fps HD |60 fps HD | + * +-----------------------------------+-----------+------------+-----------+ * * Parameters: * none.