Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vicodec/
Dvicodec-core.c173 u8 *p_ref = state->ref_frame.buf; in copy_cap_to_ref()
301 ctx->state.ref_frame.buf = in device_process()
304 ctx->state.ref_frame.buf = NULL; in device_process()
1642 state->ref_frame.buf = kvmalloc(total_planes_size, GFP_KERNEL); in vicodec_start_streaming()
1643 state->ref_frame.luma = state->ref_frame.buf; in vicodec_start_streaming()
1646 if (!state->ref_frame.luma || !new_comp_frame) { in vicodec_start_streaming()
1647 kvfree(state->ref_frame.luma); in vicodec_start_streaming()
1668 state->ref_frame.cb = NULL; in vicodec_start_streaming()
1669 state->ref_frame.cr = NULL; in vicodec_start_streaming()
1670 state->ref_frame.alpha = NULL; in vicodec_start_streaming()
[all …]
Dcodec-v4l2-fwht.c256 encoding = fwht_encode_frame(&rf, &state->ref_frame, &cf, in v4l2_fwht_encode()
373 if (prepare_raw_frame(&state->ref_frame, info, state->ref_frame.buf, in v4l2_fwht_decode()
379 &state->ref_frame, state->ref_stride, ref_chroma_stride, in v4l2_fwht_decode()
Dcodec-v4l2-fwht.h44 struct fwht_raw_frame ref_frame; member
/Linux-v5.4/drivers/media/platform/sti/hva/
Dhva-h264.c410 struct hva_buffer *ref_frame; member
594 struct hva_buffer *fwd_ref_frame = ctx->ref_frame; in hva_h264_prepare_task()
935 &ctx->ref_frame); in hva_h264_open()
973 hva_mem_free(pctx, ctx->ref_frame); in hva_h264_open()
991 if (ctx->ref_frame) in hva_h264_close()
992 hva_mem_free(pctx, ctx->ref_frame); in hva_h264_close()
1033 swap(ctx->ref_frame, ctx->rec_frame); in hva_h264_encode()
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-abi.h1709 u8 ref_frame; member