Searched refs:encryptedbytes (Results 1 – 4 of 4) sorted by relevance
497 size_t *encryptedbytes; member512 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()553 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument571 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()574 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()643 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
239 size_t *encryptedbytes) in makeCryptoInfo() argument260 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()262 encryptedbytes[i]; in makeCryptoInfo()
110 size_t *encryptedbytes);
286 size_t *encryptedbytes);