Home
last modified time | relevance | path

Searched refs:CryptoPlugin (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/include/media/hardware/
DCryptoAPI.h26 struct CryptoPlugin;
36 CryptoPlugin **plugin) = 0;
43 struct CryptoPlugin { struct
58 CryptoPlugin() {} in CryptoPlugin() argument
59 virtual ~CryptoPlugin() {} in ~CryptoPlugin() argument
84 CryptoPlugin(const CryptoPlugin &);
85 CryptoPlugin &operator=(const CryptoPlugin &); argument
/frameworks/av/media/libmediaplayerservice/
DCrypto.h27 struct CryptoPlugin;
49 CryptoPlugin::Mode mode,
51 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
61 CryptoPlugin *mPlugin;
DCrypto.cpp148 CryptoPlugin::Mode mode, in decrypt()
150 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, in decrypt()
/frameworks/av/media/libmedia/
DICrypto.cpp98 CryptoPlugin::Mode mode, in decrypt()
100 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, in decrypt()
131 data.write(subSamples, sizeof(CryptoPlugin::SubSample) * numSubSamples); in decrypt()
233 CryptoPlugin::Mode mode = (CryptoPlugin::Mode)data.readInt32(); in onTransact()
247 CryptoPlugin::SubSample *subSamples = in onTransact()
248 new CryptoPlugin::SubSample[numSubSamples]; in onTransact()
252 sizeof(CryptoPlugin::SubSample) * numSubSamples); in onTransact()
/frameworks/av/include/media/
DICrypto.h48 CryptoPlugin::Mode mode,
50 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.h63 const CryptoPlugin::SubSample *subSamples,
67 CryptoPlugin::Mode mode,
Dandroid_media_MediaCodec.cpp149 const CryptoPlugin::SubSample *subSamples, in queueSecureInputBuffer()
153 CryptoPlugin::Mode mode, in queueSecureInputBuffer()
501 CryptoPlugin::SubSample *subSamples = NULL; in android_media_MediaCodec_queueSecureInputBuffer()
529 subSamples = new CryptoPlugin::SubSample[numSubSamples]; in android_media_MediaCodec_queueSecureInputBuffer()
578 (CryptoPlugin::Mode)mode, in android_media_MediaCodec_queueSecureInputBuffer()
Dandroid_media_MediaExtractor.cpp521 mode = CryptoPlugin::kMode_AES_CTR; in android_media_MediaExtractor_getSampleCryptoInfo()
/frameworks/av/include/media/stagefright/
DMediaCodec.h82 const CryptoPlugin::SubSample *subSamples,
86 CryptoPlugin::Mode mode,
/frameworks/av/media/libstagefright/
DMediaCodec.cpp204 const CryptoPlugin::SubSample *subSamples, in queueSecureInputBuffer()
208 CryptoPlugin::Mode mode, in queueSecureInputBuffer()
1273 const CryptoPlugin::SubSample *subSamples; in onQueueInputBuffer()
1277 CryptoPlugin::Mode mode = CryptoPlugin::kMode_Unencrypted; in onQueueInputBuffer()
1281 CryptoPlugin::SubSample ss; in onQueueInputBuffer()
1306 mode = (CryptoPlugin::Mode)tmp; in onQueueInputBuffer()