Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v6.c173 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
178 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
182 ctx->scratch_buf_size = ALIGN(ctx->scratch_buf_size, in s5p_mfc_alloc_codec_buffers_v6()
185 ctx->scratch_buf_size + in s5p_mfc_alloc_codec_buffers_v6()
192 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
197 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
203 ctx->scratch_buf_size = ALIGN(ctx->scratch_buf_size, in s5p_mfc_alloc_codec_buffers_v6()
205 ctx->bank1.size = ctx->scratch_buf_size; in s5p_mfc_alloc_codec_buffers_v6()
212 ctx->scratch_buf_size = in s5p_mfc_alloc_codec_buffers_v6()
217 ctx->scratch_buf_size = ALIGN(ctx->scratch_buf_size, in s5p_mfc_alloc_codec_buffers_v6()
[all …]
Ds5p_mfc_common.h728 size_t scratch_buf_size; member
Ds5p_mfc_enc.c1190 ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start()
1193 ctx->bank1.size += ctx->scratch_buf_size; in enc_post_seq_start()
Ds5p_mfc.c541 ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_seq_done()