Searched refs:encryptedbytes (Results 1 – 5 of 5) sorted by relevance
751 size_t *encryptedbytes; member766 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()817 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument841 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()844 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()913 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
243 size_t *encryptedbytes) in makeCryptoInfo() argument270 subSamples[i].mNumBytesOfEncryptedData = (encryptedbytes == NULL) ? in makeCryptoInfo()272 encryptedbytes[i]; in makeCryptoInfo()
110 size_t *encryptedbytes);
521 size_t *encryptedbytes) __INTRODUCED_IN(21);
161 size_t *encryptedbytes);