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