OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa1386
)
Fix non-portable definition of CryptoPlugin::SubSample
author
Jeff Tinker
<jtinker@google.com>
Tue, 1 Jul 2014 21:54:45 +0000
(14:54 -0700)
committer
Jeff Tinker
<jtinker@google.com>
Tue, 1 Jul 2014 21:54:45 +0000
(14:54 -0700)
bug:
16016106
Change-Id: I76514b2e7a28c86a0b0b311af575ca9dfc9471a9
include/media/hardware/CryptoAPI.h
patch
|
blob
|
history
diff --git
a/include/media/hardware/CryptoAPI.h
b/include/media/hardware/CryptoAPI.h
index
44a0040
..
59ae795
100644
(file)
--- 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() {}