Searched refs:AMediaCodecCryptoInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/ndk/
H A DNdkMediaCodec.h51 typedef struct AMediaCodecCryptoInfo AMediaCodecCryptoInfo; typedef in typeref:struct: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*);
[all...]
H A DNdkMediaExtractor.h153 AMediaCodecCryptoInfo *AMediaExtractor_getSampleCryptoInfo(AMediaExtractor *);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp384 typedef struct AMediaCodecCryptoInfo { struct
392 } AMediaCodecCryptoInfo; typedef in typeref:struct:AMediaCodecCryptoInfo
399 AMediaCodecCryptoInfo* crypto,
434 void AMediaCodecCryptoInfo_setPattern(AMediaCodecCryptoInfo *info,
441 AMediaCodecCryptoInfo *AMediaCodecCryptoInfo_new(
450 size_t cryptosize = sizeof(AMediaCodecCryptoInfo) + sizeof(size_t) * numsubsamples * 2;
451 AMediaCodecCryptoInfo *ret = (AMediaCodecCryptoInfo*) malloc(cryptosize);
475 media_status_t AMediaCodecCryptoInfo_delete(AMediaCodecCryptoInfo* info) {
481 size_t AMediaCodecCryptoInfo_getNumSubSamples(AMediaCodecCryptoInfo* c
[all...]
H A DNdkMediaExtractor.cpp321 AMediaCodecCryptoInfo *AMediaExtractor_getSampleCryptoInfo(AMediaExtractor *ex) {

Completed in 4594 milliseconds