Lines Matching refs:size
529 av_assert0(roi_size && sd->size % roi_size == 0);
530 nb_roi = sd->size / roi_size;
678 total_size += buf->size;
688 "(status %08x).\n", buf->size, buf->status);
690 memcpy(ptr, buf->buf, buf->size);
691 ptr += buf->size;
1281 void *buffer, size_t size)
1289 ctx->global_params_size[ctx->nb_global_params] = size;
1697 // Convergence period in frames. The GOP size reflects the
1698 // user's intended block size for cutting, so reusing that
1759 "must have initial buffer size (%d) <= "
1760 "buffer size (%"PRId64").\n",
1892 av_log(avctx, AV_LOG_ERROR, "Max frame size is invalid in CQP rate "
1903 av_log(avctx, AV_LOG_ERROR, "Failed to query max frame size "
1910 av_log(avctx, AV_LOG_ERROR, "Max frame size attribute "
1916 // Prefer to use VAEncMiscParameterTypeMaxFrameSize for max frame size.
1920 "max frame size which has not been implemented in FFmpeg.\n");
1928 av_log(avctx, AV_LOG_VERBOSE, "Set max frame size: %d bytes.\n",
1932 av_log(avctx, AV_LOG_ERROR, "The max frame size option is not supported with "
2067 // For fixed-size slices currently we only support whole rows, making
2413 size_t size)
2421 // The output buffer size is fixed, so it needs to be large enough
2500 "size %dx%d (constraints: width %d-%d height %d-%d).\n",