Home
last modified time | relevance | path

Searched refs:bytes_of_protected_data (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Dencryption_info.h34 unsigned int bytes_of_protected_data; member
Dencryption_info.c118 info->subsamples[i].bytes_of_protected_data = AV_RB32(buffer + 4); in av_encryption_info_get_side_data()
155 AV_WB32(cur_buffer + 4, info->subsamples[i].bytes_of_protected_data); in av_encryption_info_add_side_data()
/third_party/ffmpeg/libavformat/
Dmov.c6078 (*sample)->subsamples[i].bytes_of_protected_data = avio_rb32(pb); in mov_read_sample_encryption_info()
6687 …sample->subsamples[i].bytes_of_clear_data + sample->subsamples[i].bytes_of_protected_data > size) { in cenc_decrypt()
6697 … av_aes_ctr_crypt(sc->cenc.aes_ctr, input, input, sample->subsamples[i].bytes_of_protected_data); in cenc_decrypt()
6698 input += sample->subsamples[i].bytes_of_protected_data; in cenc_decrypt()
6699 size -= sample->subsamples[i].bytes_of_protected_data; in cenc_decrypt()