Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vicodec/
Dcodec-v4l2-fwht.h46 u8 *compressed_frame; member
Dvicodec-core.c270 p_src = state->compressed_frame; in device_process()
634 memcpy(ctx->state.compressed_frame + ctx->comp_size, in job_ready()
1656 if (state->compressed_frame) { in vicodec_start_streaming()
1661 state->compressed_frame, ctx->comp_size); in vicodec_start_streaming()
1664 kvfree(state->compressed_frame); in vicodec_start_streaming()
1665 state->compressed_frame = new_comp_frame; in vicodec_start_streaming()
2005 kvfree(ctx->state.compressed_frame); in vicodec_release()