Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h241 AVEncryptionInfo *default_encrypted_sample; member
Dmov.c6012 if (!(*sc)->cenc.default_encrypted_sample) in get_current_encryption_info()
6030 if (!(*sc)->cenc.default_encrypted_sample) in get_current_encryption_info()
6048 if (!sc->cenc.default_encrypted_sample) { in mov_read_sample_encryption_info()
6053 *sample = av_encryption_info_clone(sc->cenc.default_encrypted_sample); in mov_read_sample_encryption_info()
6267 if (sc->cenc.default_encrypted_sample) { in mov_read_saiz()
6268 if (aux_info_type != sc->cenc.default_encrypted_sample->scheme) { in mov_read_saiz()
6289 } else if (!sc->cenc.default_encrypted_sample) { in mov_read_saiz()
6341 if (sc->cenc.default_encrypted_sample) { in mov_read_saio()
6342 if (aux_info_type != sc->cenc.default_encrypted_sample->scheme) { in mov_read_saio()
6363 } else if (!sc->cenc.default_encrypted_sample) { in mov_read_saio()
[all …]