Searched refs:comp_frame_size (Results 1 – 1 of 1) sorted by relevance
326 unsigned int comp_frame_size = ntohl(ctx->state.header.size); in device_process() local329 if (comp_frame_size > ctx->comp_max_size) in device_process()587 unsigned int comp_frame_size; in job_ready() local617 comp_frame_size = ntohl(ctx->state.header.size); in job_ready()626 max_to_copy = min(comp_frame_size, ctx->comp_max_size); in job_ready()646 if (ctx->comp_size == comp_frame_size) in job_ready()