Home | History | Annotate | Download | only in ndk

Lines Matching defs:AMediaCodecCryptoInfo

51 typedef struct AMediaCodecCryptoInfo AMediaCodecCryptoInfo;
140 size_t idx, off_t offset, AMediaCodecCryptoInfo*, uint64_t time, uint32_t flags);
192 * Create an AMediaCodecCryptoInfo from scratch. Use this if you need to use custom
195 * AMediaCodecCryptoInfo describes the structure of an (at least
205 AMediaCodecCryptoInfo *AMediaCodecCryptoInfo_new(
214 * delete an AMediaCodecCryptoInfo created previously with AMediaCodecCryptoInfo_new, or
217 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo*);
223 AMediaCodecCryptoInfo *info,
229 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo*);
234 media_status_t AMediaCodecCryptoInfo_getKey(AMediaCodecCryptoInfo*, uint8_t *dst);
239 media_status_t AMediaCodecCryptoInfo_getIV(AMediaCodecCryptoInfo*, uint8_t *dst);
245 cryptoinfo_mode_t AMediaCodecCryptoInfo_getMode(AMediaCodecCryptoInfo*);
250 media_status_t AMediaCodecCryptoInfo_getClearBytes(AMediaCodecCryptoInfo*, size_t *dst);
255 media_status_t AMediaCodecCryptoInfo_getEncryptedBytes(AMediaCodecCryptoInfo*, size_t *dst);