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.