Lines Matching refs:size
431 av_log(avctx, AV_LOG_INFO, "Automatically choosing VBV buffer size of %d kbyte\n", avctx->rc_buffer_size/8192);
436 av_log(avctx, AV_LOG_ERROR, "Either both buffer size and max rate or neither must be specified\n");
686 "The specified picture size of %dx%d is not valid for the "
702 "The specified picture size of %dx%d is not valid for "
1198 int size = 0;
1207 size += pkt->size;
1213 return size;
1694 pkt->size = avctx->internal->byte_buffer_size - AV_INPUT_BUFFER_PADDING_SIZE;
1706 uint8_t *start = pkt->data + (size_t)(((int64_t) pkt->size) * start_y / h);
1707 uint8_t *end = pkt->data + (size_t)(((int64_t) pkt->size) * end_y / h);
1722 pkt->size = avctx->internal->byte_buffer_size;
1900 pkt->size = s->frame_bits / 8;
1901 *got_packet = !!pkt->size;