Searched refs:clearbytes (Results 1 – 4 of 4) sorted by relevance
496 size_t *clearbytes; member511 subSamples[i].mNumBytesOfClearData = crypto->clearbytes[i]; in AMediaCodec_queueSecureInputBuffer()552 size_t *clearbytes, in AMediaCodecCryptoInfo_new() argument570 ret->clearbytes = (size_t*) (ret + 1); // point immediately after the struct in AMediaCodecCryptoInfo_new()571 ret->encryptedbytes = ret->clearbytes + numsubsamples; // point after the clear sizes in AMediaCodecCryptoInfo_new()573 memcpy(ret->clearbytes, clearbytes, numsubsamples * sizeof(size_t)); in AMediaCodecCryptoInfo_new()631 memcpy(dst, ci->clearbytes, sizeof(size_t) * ci->numsubsamples); in AMediaCodecCryptoInfo_getClearBytes()
238 size_t *clearbytes, in makeCryptoInfo() argument259 subSamples[i].mNumBytesOfClearData = (clearbytes == NULL) ? 0 : clearbytes[i]; in makeCryptoInfo()
109 size_t *clearbytes,
285 size_t *clearbytes,