Home | History | Annotate | Download | only in media

Lines Matching defs:AMediaCodecCryptoInfo

51 typedef struct AMediaCodecCryptoInfo AMediaCodecCryptoInfo;
140 size_t idx, off_t offset, AMediaCodecCryptoInfo*, uint64_t time, uint32_t flags);
173 * Create an AMediaCodecCryptoInfo from scratch. Use this if you need to use custom
176 * AMediaCodecCryptoInfo describes the structure of an (at least
186 AMediaCodecCryptoInfo *AMediaCodecCryptoInfo_new(
195 * delete an AMediaCodecCryptoInfo created previously with AMediaCodecCryptoInfo_new, or
198 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo*);
203 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo*);
208 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo*, uint8_t *dst);
213 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo*, uint8_t *dst);
219 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo*);
224 media_status_t AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo*, size_t *dst);
229 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo*, size_t *dst);