Lines Matching refs:AMediaCodecCryptoInfo
969 typedef struct AMediaCodecCryptoInfo { struct
977 } AMediaCodecCryptoInfo; argument
984 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
1029 void AMediaCodecCryptoInfo_setPattern(AMediaCodecCryptoInfo *info, in AMediaCodecCryptoInfo_setPattern()
1036 AMediaCodecCryptoInfo *AMediaCodecCryptoInfo_new( in AMediaCodecCryptoInfo_new()
1048 __builtin_add_overflow(cryptosize, sizeof(AMediaCodecCryptoInfo), &cryptosize)) { in AMediaCodecCryptoInfo_new()
1052 AMediaCodecCryptoInfo *ret = (AMediaCodecCryptoInfo*) malloc(cryptosize); in AMediaCodecCryptoInfo_new()
1076 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo* info) { in AMediaCodecCryptoInfo_delete()
1082 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo* ci) { in AMediaCodecCryptoInfo_getNumSubSamples()
1087 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo* ci, uint8_t *dst) { in AMediaCodecCryptoInfo_getKey()
1099 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo* ci, uint8_t *dst) { in AMediaCodecCryptoInfo_getIV()
1111 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo* ci) { in AMediaCodecCryptoInfo_getMode()
1119 media_status_t AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getClearBytes()
1131 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getEncryptedBytes()