Home
last modified time | relevance | path

Searched refs:encryptedbytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/ndk/
DNdkMediaCodec.cpp367 size_t *encryptedbytes; member
382 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()
412 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument
428 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()
431 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()
500 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
/frameworks/av/include/ndk/
DNdkMediaCodec.h192 size_t *encryptedbytes);