Searched refs:cryptosize (Results 1 – 2 of 2) sorted by relevance
242 size_t cryptosize = sizeof(CryptoInfo) + in makeCryptoInfo() local244 CryptoInfo *ret = (CryptoInfo*) malloc(cryptosize); in makeCryptoInfo()246 ALOGE("couldn't allocate %zu bytes", cryptosize); in makeCryptoInfo()
556 size_t cryptosize = sizeof(AMediaCodecCryptoInfo) + sizeof(size_t) * numsubsamples * 2; in AMediaCodecCryptoInfo_new() local557 AMediaCodecCryptoInfo *ret = (AMediaCodecCryptoInfo*) malloc(cryptosize); in AMediaCodecCryptoInfo_new()559 ALOGE("couldn't allocate %zu bytes", cryptosize); in AMediaCodecCryptoInfo_new()