Lines Matching refs:AMediaCodecCryptoInfo
910 typedef struct AMediaCodecCryptoInfo { struct
918 } AMediaCodecCryptoInfo; typedef
925 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
970 void AMediaCodecCryptoInfo_setPattern(AMediaCodecCryptoInfo *info, in AMediaCodecCryptoInfo_setPattern()
977 AMediaCodecCryptoInfo *AMediaCodecCryptoInfo_new( in AMediaCodecCryptoInfo_new()
989 __builtin_add_overflow(cryptosize, sizeof(AMediaCodecCryptoInfo), &cryptosize)) { in AMediaCodecCryptoInfo_new()
993 AMediaCodecCryptoInfo *ret = (AMediaCodecCryptoInfo*) malloc(cryptosize); in AMediaCodecCryptoInfo_new()
1017 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo* info) { in AMediaCodecCryptoInfo_delete()
1023 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo* ci) { in AMediaCodecCryptoInfo_getNumSubSamples()
1028 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo* ci, uint8_t *dst) { in AMediaCodecCryptoInfo_getKey()
1040 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo* ci, uint8_t *dst) { in AMediaCodecCryptoInfo_getIV()
1052 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo* ci) { in AMediaCodecCryptoInfo_getMode()
1060 media_status_t AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getClearBytes()
1072 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getEncryptedBytes()