Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.h46 u8 *compressed_frame; member
H A Dvicodec-core.c265 p_src = state->compressed_frame; in device_process()
624 memcpy(ctx->state.compressed_frame + ctx->comp_size, in job_ready()
1606 if (state->compressed_frame) { in vicodec_start_streaming()
1611 state->compressed_frame, ctx->comp_size); in vicodec_start_streaming()
1614 kvfree(state->compressed_frame); in vicodec_start_streaming()
1615 state->compressed_frame = new_comp_frame; in vicodec_start_streaming()
1938 kvfree(ctx->state.compressed_frame); in vicodec_release()