Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-core.c121 u32 comp_frame_size; member
479 ctx->comp_frame_size = ntohl(p_hdr->size) + sizeof(*p_hdr); in job_ready()
480 if (ctx->comp_frame_size > ctx->comp_max_size) in job_ready()
481 ctx->comp_frame_size = ctx->comp_max_size; in job_ready()
483 if (ctx->comp_size < ctx->comp_frame_size) { in job_ready()
484 u32 copy = ctx->comp_frame_size - ctx->comp_size; in job_ready()
492 if (ctx->comp_size < ctx->comp_frame_size) { in job_ready()