Searched refs:encryptedbytes (Results 1 – 6 of 6) sorted by relevance
243 size_t *encryptedbytes) in makeCryptoInfo() argument270 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()272 encryptedbytes[i]; in makeCryptoInfo()
110 size_t *encryptedbytes);
745 size_t *encryptedbytes; member760 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()811 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument835 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()838 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()907 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
450 size_t *encryptedbytes) __INTRODUCED_IN(21);
161 size_t *encryptedbytes);
690 size_t *encryptedbytes) { in AMediaCodecCryptoInfoWrapper() argument697 encryptedbytes); in AMediaCodecCryptoInfoWrapper()