Searched refs:comp_frame_size (Results 1 – 1 of 1) sorted by relevance
319 unsigned int comp_frame_size = ntohl(ctx->state.header.size); in device_process() local322 if (comp_frame_size > ctx->comp_max_size) in device_process()580 unsigned int comp_frame_size; in job_ready() local609 comp_frame_size = ntohl(ctx->state.header.size); in job_ready()618 max_to_copy = min(comp_frame_size, ctx->comp_max_size); in job_ready()639 if (ctx->comp_size == comp_frame_size) in job_ready()