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

/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp376 size_t *encryptedbytes; member in struct:AMediaCodecCryptoInfo
391 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i];
421 size_t *encryptedbytes) {
435 // clearbytes and encryptedbytes point at the actual data, which follows
437 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes
440 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t));
509 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples);
415 AMediaCodecCryptoInfo_new( int numsubsamples, uint8_t key[16], uint8_t iv[16], cryptoinfo_mode_t mode, size_t *clearbytes, size_t *encryptedbytes) argument

Completed in 27 milliseconds