Lines Matching defs:size
327 int size = AV_RL24(sizes + 3 * i);
328 if (buf_size - size < 0)
330 s->coeff_partition_size[i] = size;
332 ret = ff_vp56_init_range_decoder(&s->coeff_partition[i], buf, size);
335 buf += size;
336 buf_size -= size;
573 av_log(s->avctx, AV_LOG_ERROR, "Buffer size %d is too small, needed : %d\n", buf_size, 4 - s->profile + part1_size);
745 av_log(s->avctx, AV_LOG_ERROR, "Header size larger than data provided\n");
1809 * @param linesize size of a single line of plane data, including padding
1867 * @param linesize size of a single line of plane data, including padding
2637 ret = vp7_decode_frame_header(s, avpkt->data, avpkt->size);
2639 ret = vp8_decode_frame_header(s, avpkt->data, avpkt->size);
2730 ret = avctx->hwaccel->start_frame(avctx, avpkt->data, avpkt->size);
2734 ret = avctx->hwaccel->decode_slice(avctx, avpkt->data, avpkt->size);
2808 return avpkt->size;