Home
last modified time | relevance | path

Searched refs:inflated_size (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dscreenpresso.c53 uLongf inflated_size; member
84 ctx->inflated_size = avctx->width * avctx->height * 4; in screenpresso_init()
85 ctx->inflated_buf = av_malloc(ctx->inflated_size); in screenpresso_init()
109 uLongf length = ctx->inflated_size; in screenpresso_decode_frame()
H A Drscc.c68 uLongf inflated_size; member
130 ctx->inflated_size = avctx->width * avctx->height * ctx->component_size; in rscc_init()
133 ctx->inflated_buf = av_malloc(ctx->inflated_size); in rscc_init()
298 uLongf len = ctx->inflated_size; in rscc_decode_frame()
304 if (ctx->inflated_size < pixel_size) { in rscc_decode_frame()
341 if (pixel_size == ctx->inflated_size) { in rscc_decode_frame()
354 if (ctx->valid_pixels < ctx->inflated_size) in rscc_decode_frame()
356 if (ctx->valid_pixels >= ctx->inflated_size * (100 - avctx->discard_damaged_percentage) / 100) in rscc_decode_frame()

Completed in 1 milliseconds