Lines Matching defs:length
43 int length;
49 int length;
160 while (i < nalu->length) {
161 if (nalu->length - i > 3 && AV_RB24(&data[i]) == 0x000003) {
170 nalu->length = j;
195 nalu->length = ctx->buf_ptr - nalu->data;
216 rem_bytes = nalu->length - 32;
252 if ((nalu.type == 0x01 || nalu.type == 0x05) && nalu.length > 48) {
253 int encrypted_nalu_length = nalu.length;
257 move_nalu = nalu.length != encrypted_nalu_length;
260 memmove(data_ptr, nalu.data - nalu.start_code_length, nalu.start_code_length + nalu.length);
261 data_ptr += nalu.start_code_length + nalu.length;
292 frame->length = adts_hdr->frame_length;
325 frame->length = hdr->frame_size;
354 num_of_encrypted_blocks = (frame->length - frame->header_length - 16)/16;
376 if (frame.length - frame.header_length > 31) {
381 ctx.buf_ptr += frame.length;