Searched refs:comp_frame_size (Results 1 – 1 of 1) sorted by relevance
317 unsigned int comp_frame_size = ntohl(ctx->state.header.size); in device_process() local320 if (comp_frame_size > ctx->comp_max_size) in device_process()578 unsigned int comp_frame_size; in job_ready() local607 comp_frame_size = ntohl(ctx->state.header.size); in job_ready()616 max_to_copy = min(comp_frame_size, ctx->comp_max_size); in job_ready()637 if (ctx->comp_size == comp_frame_size) in job_ready()