summaryrefslogtreecommitdiffstats
path: root/include/media/hardware/CryptoAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/hardware/CryptoAPI.h')
-rw-r--r--include/media/hardware/CryptoAPI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/hardware/CryptoAPI.h b/include/media/hardware/CryptoAPI.h
index 44a004057..59ae79559 100644
--- a/include/media/hardware/CryptoAPI.h
+++ b/include/media/hardware/CryptoAPI.h
@@ -51,8 +51,8 @@ struct CryptoPlugin {
};
struct SubSample {
- size_t mNumBytesOfClearData;
- size_t mNumBytesOfEncryptedData;
+ uint32_t mNumBytesOfClearData;
+ uint32_t mNumBytesOfEncryptedData;
};
CryptoPlugin() {}