Lines Matching refs:size
433 /* save the container output size for WMImage */
474 int size, buf2_size;
479 av_log(avctx, AV_LOG_ERROR, "Extradata size too small: %i\n", avctx->extradata_size);
487 start = find_next_marker(start, end); // in WVC1 extradata first byte is its size, but can be 0 in mkv
491 size = next - start - 4;
492 if (size <= 0)
494 buf2_size = v->vc1dsp.vc1_unescape_buffer(start + 4, size, buf2);
630 int buf_size = avpkt->size, n_slices = 0, i, ret;
672 int size;
677 size = next - start - 4;
678 if (size <= 0) continue;
683 buf_size2 = v->vc1dsp.vc1_unescape_buffer(start + 4, size, buf2);
695 slices[n_slices].buf = av_mallocz(size + AV_INPUT_BUFFER_PADDING_SIZE);
700 buf_size3 = v->vc1dsp.vc1_unescape_buffer(start + 4, size,
706 slices[n_slices].raw_size = size + 4;
712 buf_size2 = v->vc1dsp.vc1_unescape_buffer(start + 4, size, buf2);
724 slices[n_slices].buf = av_mallocz(size + AV_INPUT_BUFFER_PADDING_SIZE);
729 buf_size3 = v->vc1dsp.vc1_unescape_buffer(start + 4, size,
735 slices[n_slices].raw_size = size + 4;