Home
last modified time | relevance | path

Searched refs:compressed_frame (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/platform/vicodec/
Dvicodec-core.c116 u8 *compressed_frame; member
304 p_in = ctx->compressed_frame; in device_process()
449 memcpy(ctx->compressed_frame + ctx->comp_magic_cnt, in job_ready()
452 if (!memcmp(ctx->compressed_frame, magic, ctx->comp_magic_cnt)) { in job_ready()
466 struct cframe_hdr *p_hdr = (struct cframe_hdr *)ctx->compressed_frame; in job_ready()
471 memcpy(ctx->compressed_frame + ctx->comp_size, in job_ready()
488 memcpy(ctx->compressed_frame + ctx->comp_size, in job_ready()
1132 ctx->compressed_frame = kvmalloc(ctx->comp_max_size, GFP_KERNEL); in vicodec_start_streaming()
1133 if (!ctx->ref_frame.luma || !ctx->compressed_frame) { in vicodec_start_streaming()
1135 kvfree(ctx->compressed_frame); in vicodec_start_streaming()
[all …]