Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drscc.c66 uLongf inflated_size; member
128 ctx->inflated_size = avctx->width * avctx->height * ctx->component_size; in rscc_init()
131 ctx->inflated_buf = av_malloc(ctx->inflated_size); in rscc_init()
297 uLongf len = ctx->inflated_size; in rscc_decode_frame()
303 if (ctx->inflated_size < pixel_size) { in rscc_decode_frame()
340 if (pixel_size == ctx->inflated_size) { in rscc_decode_frame()
362 if (ctx->valid_pixels < ctx->inflated_size) in rscc_decode_frame()
364 if (ctx->valid_pixels >= ctx->inflated_size * (100 - avctx->discard_damaged_percentage) / 100) in rscc_decode_frame()
Dscreenpresso.c52 uLongf inflated_size; member
83 ctx->inflated_size = avctx->width * avctx->height * 4; in screenpresso_init()
84 ctx->inflated_buf = av_malloc(ctx->inflated_size); in screenpresso_init()
109 uLongf length = ctx->inflated_size; in screenpresso_decode_frame()