OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNumBytesOfEncryptedData
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/
AesCtrDecryptor.cpp
54
if (subSample.
mNumBytesOfEncryptedData
> 0) {
56
subSample.
mNumBytesOfEncryptedData
, &opensslKey,
59
offset += subSample.
mNumBytesOfEncryptedData
;
CryptoPlugin.cpp
50
if (subSample.
mNumBytesOfEncryptedData
!= 0) {
/frameworks/native/include/media/hardware/
CryptoAPI.h
55
uint32_t
mNumBytesOfEncryptedData
;
/frameworks/av/media/libmedia/
ICrypto.cpp
128
totalSize += subSamples[i].
mNumBytesOfEncryptedData
;
333
if (sumSubsampleSizes <= SIZE_MAX - ss.
mNumBytesOfEncryptedData
) {
334
sumSubsampleSizes += ss.
mNumBytesOfEncryptedData
;
/frameworks/av/media/ndk/
NdkMediaCodec.cpp
406
subSamples[i].
mNumBytesOfEncryptedData
= crypto->encryptedbytes[i];
/frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp
829
subSamples[i].
mNumBytesOfEncryptedData
);
/frameworks/av/media/libstagefright/
MediaCodec.cpp
[
all
...]
/frameworks/base/media/jni/
android_media_MediaCodec.cpp
[
all
...]
Completed in 1323 milliseconds