Searched refs:encryptedbytes (Results 1 – 2 of 2) sorted by relevance
367 size_t *encryptedbytes; member382 subSamples[i].mNumBytesOfEncryptedData = crypto->encryptedbytes[i]; in AMediaCodec_queueSecureInputBuffer()412 size_t *encryptedbytes) { in AMediaCodecCryptoInfo_new() argument428 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()431 memcpy(ret->encryptedbytes, encryptedbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()500 memcpy(dst, ci->encryptedbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getEncryptedBytes()
192 size_t *encryptedbytes);