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

/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp367 size_t *encryptedbytes; member in struct:AMediaCodecCryptoInfo
382 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i];
412 size_t *encryptedbytes) {
426 // clearbytes and encryptedbytes point at the actual data, which follows
428 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes
431 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t));
500 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples);
406 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 70 milliseconds