Home
last modified time | relevance | path

Searched refs:rem_bytes (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhls_sample_encryption.c204 int rem_bytes; in decrypt_nal_unit() local
216 rem_bytes = nalu->length - 32; in decrypt_nal_unit()
220 while (rem_bytes > 0) { in decrypt_nal_unit()
221 if (rem_bytes > 16) { in decrypt_nal_unit()
224 rem_bytes -= 16; in decrypt_nal_unit()
226 data += FFMIN(144, rem_bytes); in decrypt_nal_unit()
227 rem_bytes -= FFMIN(144, rem_bytes); in decrypt_nal_unit()
H A Dmov.c7243 int i, ret, rem_bytes;
7283 rem_bytes = sample->subsamples[i].bytes_of_protected_data;
7284 while (rem_bytes > 0) {
7285 if (rem_bytes < 16*sample->crypt_byte_block) {
7290 rem_bytes -= 16*sample->crypt_byte_block;
7291 data += FFMIN(16*sample->skip_byte_block, rem_bytes);
7292 rem_bytes -= FFMIN(16*sample->skip_byte_block, rem_bytes);
7308 int i, ret, rem_bytes;
7349 rem_bytes
[all...]

Completed in 15 milliseconds