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.c6105 if (encryption_index->nb_encrypted_samples) { in mov_read_senc()
6142 encryption_index->nb_encrypted_samples = sample_count; in mov_read_senc()
6155 if (encryption_index->nb_encrypted_samples) in mov_parse_auxiliary_info()
6195 encryption_index->nb_encrypted_samples = sample_count; in mov_parse_auxiliary_info()
6252 if (encryption_index->nb_encrypted_samples) { in mov_read_saiz()
6326 if (encryption_index->nb_encrypted_samples) { in mov_read_saio()
6736 !encryption_index->nb_encrypted_samples) { in cenc_filter()
6741 !encryption_index->nb_encrypted_samples) { in cenc_filter()
6746 if (!encryption_index->nb_encrypted_samples) { in cenc_filter()
6749 … } else if (encrypted_index >= 0 && encrypted_index < encryption_index->nb_encrypted_samples) { in cenc_filter()
[all …]