aboutsummaryrefslogtreecommitdiff
path: root/system/codecs/c2/decoders/base/include/color_buffer_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/codecs/c2/decoders/base/include/color_buffer_utils.h')
-rw-r--r--system/codecs/c2/decoders/base/include/color_buffer_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/codecs/c2/decoders/base/include/color_buffer_utils.h b/system/codecs/c2/decoders/base/include/color_buffer_utils.h
index d0a78762..ebb8527c 100644
--- a/system/codecs/c2/decoders/base/include/color_buffer_utils.h
+++ b/system/codecs/c2/decoders/base/include/color_buffer_utils.h
@@ -14,5 +14,7 @@
* limitations under the License.
*/
#include <cutils/native_handle.h>
+#include <SimpleC2Interface.h>
uint32_t getColorBufferHandle(native_handle_t const* handle);
+uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool);