Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h117 unsigned int nb_encrypted_samples; member
Dmov.c6049 if (encryption_index->nb_encrypted_samples) { in mov_read_senc()
6086 encryption_index->nb_encrypted_samples = sample_count; in mov_read_senc()
6099 if (encryption_index->nb_encrypted_samples) in mov_parse_auxiliary_info()
6139 encryption_index->nb_encrypted_samples = sample_count; in mov_parse_auxiliary_info()
6196 if (encryption_index->nb_encrypted_samples) { in mov_read_saiz()
6270 if (encryption_index->nb_encrypted_samples) { in mov_read_saio()
6683 !encryption_index->nb_encrypted_samples) { in cenc_filter()
6688 !encryption_index->nb_encrypted_samples) { in cenc_filter()
6693 if (!encryption_index->nb_encrypted_samples) { in cenc_filter()
6696 … } else if (encrypted_index >= 0 && encrypted_index < encryption_index->nb_encrypted_samples) { in cenc_filter()
[all …]