Searched refs:cframe_hdr (Results 1 – 2 of 2) sorted by relevance
160 struct cframe_hdr *p_hdr; in encode()203 p_hdr = (struct cframe_hdr *)p_out; in encode()231 struct cframe_hdr *p_hdr; in decode()235 p_hdr = (struct cframe_hdr *)p_in; in decode()313 struct cframe_hdr *p_hdr = (struct cframe_hdr *)p_out; in device_process()465 if (ctx->comp_size < sizeof(struct cframe_hdr)) { in job_ready()466 struct cframe_hdr *p_hdr = (struct cframe_hdr *)ctx->compressed_frame; in job_ready()467 u32 copy = sizeof(struct cframe_hdr) - ctx->comp_size; in job_ready()475 if (ctx->comp_size < sizeof(struct cframe_hdr)) { in job_ready()500 if (sz - ctx->cur_buf_offset >= sizeof(struct cframe_hdr)) { in job_ready()[all …]
91 struct cframe_hdr { struct