Searched refs:comp_frame_size (Results 1 – 1 of 1) sorted by relevance
321 unsigned int comp_frame_size = ntohl(ctx->state.header.size); in device_process() local324 if (comp_frame_size > ctx->comp_max_size) in device_process()582 unsigned int comp_frame_size; in job_ready() local611 comp_frame_size = ntohl(ctx->state.header.size); in job_ready()620 max_to_copy = min(comp_frame_size, ctx->comp_max_size); in job_ready()641 if (ctx->comp_size == comp_frame_size) in job_ready()