Lines Matching refs:AMediaCodecCryptoInfo
738 typedef struct AMediaCodecCryptoInfo { struct
746 } AMediaCodecCryptoInfo; argument
753 AMediaCodecCryptoInfo* crypto, in AMediaCodec_queueSecureInputBuffer()
798 void AMediaCodecCryptoInfo_setPattern(AMediaCodecCryptoInfo *info, in AMediaCodecCryptoInfo_setPattern()
805 AMediaCodecCryptoInfo *AMediaCodecCryptoInfo_new( in AMediaCodecCryptoInfo_new()
817 __builtin_add_overflow(cryptosize, sizeof(AMediaCodecCryptoInfo), &cryptosize)) { in AMediaCodecCryptoInfo_new()
821 AMediaCodecCryptoInfo *ret = (AMediaCodecCryptoInfo*) malloc(cryptosize); in AMediaCodecCryptoInfo_new()
845 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo* info) { in AMediaCodecCryptoInfo_delete()
851 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo* ci) { in AMediaCodecCryptoInfo_getNumSubSamples()
856 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo* ci, uint8_t *dst) { in AMediaCodecCryptoInfo_getKey()
868 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo* ci, uint8_t *dst) { in AMediaCodecCryptoInfo_getIV()
880 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo* ci) { in AMediaCodecCryptoInfo_getMode()
888 media_status_t AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getClearBytes()
900 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo* ci, size_t *dst) { in AMediaCodecCryptoInfo_getEncryptedBytes()