Searched refs:encryptedbytes (Results 1 – 5 of 5) sorted by relevance
194 uint32_t *encryptedbytes) in makeCryptoInfo() argument221 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()223 encryptedbytes[i]; in makeCryptoInfo()
917 size_t *encryptedbytes; member932 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()983 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument1007 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()1010 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()1079 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
110 uint32_t *encryptedbytes);
605 size_t *encryptedbytes) __INTRODUCED_IN(21);
161 size_t *encryptedbytes);