Searched refs:num_of_encrypted_blocks (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls_sample_encryption.c | 346 int num_of_encrypted_blocks; in decrypt_sync_frame() local 354 num_of_encrypted_blocks = (frame->length - frame->header_length - 16)/16; in decrypt_sync_frame() 356 av_aes_crypt(crypto_ctx->aes_ctx, data, data, num_of_encrypted_blocks, crypto_ctx->iv, 1); in decrypt_sync_frame()
|
H A D | mov.c | 7184 int num_of_encrypted_blocks; 7225 num_of_encrypted_blocks = sample->subsamples[i].bytes_of_protected_data/16; 7226 if (num_of_encrypted_blocks > 0) { 7227 av_aes_crypt(sc->cenc.aes_ctx, input, input, num_of_encrypted_blocks, iv, 1);
|
Completed in 10 milliseconds