Home
last modified time | relevance | path

Searched refs:MOVEncryptionIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Disom.h114 typedef struct MOVEncryptionIndex { struct
125 } MOVEncryptionIndex; argument
134 MOVEncryptionIndex *encryption_index;
242 MOVEncryptionIndex *encryption_index;
Dmov.c5992 static int get_current_encryption_info(MOVContext *c, MOVEncryptionIndex **encryption_index, MOVStr… in get_current_encryption_info()
6096 MOVEncryptionIndex *encryption_index; in mov_read_senc()
6147 …xiliary_info(MOVContext *c, MOVStreamContext *sc, AVIOContext *pb, MOVEncryptionIndex *encryption_… in mov_parse_auxiliary_info()
6243 MOVEncryptionIndex *encryption_index; in mov_read_saiz()
6316 MOVEncryptionIndex *encryption_index; in mov_read_saio()
6588 sc->cenc.encryption_index = av_mallocz(sizeof(MOVEncryptionIndex)); in mov_read_tenc()
6713 MOVEncryptionIndex *encryption_index; in cenc_filter()
7391 static void mov_free_encryption_index(MOVEncryptionIndex **index) { in mov_free_encryption_index()