commit | 3a692e668a1c551ce6562cc917a01e25b02fdb79 | [log] [tgz] |
---|---|---|
author | Wonsik Kim <wonsik@google.com> | Fri May 19 15:37:22 2023 -0700 |
committer | Wonsik Kim <wonsik@google.com> | Tue May 30 18:28:38 2023 -0700 |
tree | f00209440defceb7b698ea2c84abd71e8d52ae0e | |
parent | 04d329e7c7acb577ef1a80888a48281d17219799 [diff] [blame] |
CCodec: make rendering depth configurable Bug: 275527219 Test: manual Test: atest CtsMediaPerformanceClassTestCases CtsMediaDecoderTestCases Change-Id: Iaa9047387cece811f26e3d9c8ce3d3d4ef8f9ae8
diff --git a/media/codec2/sfplugin/CCodecBufferChannel.h b/media/codec2/sfplugin/CCodecBufferChannel.h index 33cc5a8..2d87aa9 100644 --- a/media/codec2/sfplugin/CCodecBufferChannel.h +++ b/media/codec2/sfplugin/CCodecBufferChannel.h
@@ -344,6 +344,7 @@ std::map<uint64_t, int> rotation; }; Mutexed<OutputSurface> mOutputSurface; + int mRenderingDepth; struct BlockPools { C2Allocator::id_t inputAllocatorId;