Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/test-drivers/vicodec/
Dvicodec-core.c1562 u8 *new_comp_frame = NULL; in vicodec_start_streaming() local
1598 new_comp_frame = kvmalloc(ctx->comp_max_size, GFP_KERNEL); in vicodec_start_streaming()
1600 if (!state->ref_frame.luma || !new_comp_frame) { in vicodec_start_streaming()
1602 kvfree(new_comp_frame); in vicodec_start_streaming()
1614 memcpy(new_comp_frame, in vicodec_start_streaming()
1619 state->compressed_frame = new_comp_frame; in vicodec_start_streaming()