Searched refs:encryptedbytes (Results 1 – 5 of 5) sorted by relevance
195 size_t *encryptedbytes) in makeCryptoInfo() argument222 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()224 encryptedbytes[i]; in makeCryptoInfo()
110 size_t *encryptedbytes);
791 size_t *encryptedbytes; member806 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()857 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument881 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()884 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()953 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
511 size_t *encryptedbytes) __INTRODUCED_IN(21);
161 size_t *encryptedbytes);