Searched refs:encryptedbytes (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDrm.h110 size_t *encryptedbytes);
H A DNuPlayerDrm.cpp239 size_t *encryptedbytes)
260 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ?
262 encryptedbytes[i];
233 makeCryptoInfo( int numSubSamples, uint8_t key[kBlockSize], uint8_t iv[kBlockSize], CryptoPlugin::Mode mode, size_t *clearbytes, size_t *encryptedbytes) argument
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp497 size_t *encryptedbytes; member in struct:AMediaCodecCryptoInfo
512 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i];
553 size_t *encryptedbytes) {
569 // clearbytes and encryptedbytes point at the actual data, which follows
571 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes
574 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t));
643 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples);
547 AMediaCodecCryptoInfo_new( int numsubsamples, uint8_t key[16], uint8_t iv[16], cryptoinfo_mode_t mode, size_t *clearbytes, size_t *encryptedbytes) argument
/frameworks/av/include/ndk/
H A DNdkMediaCodec.h286 size_t *encryptedbytes);

Completed in 9 milliseconds