Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c116 ctx->me_buffer_size = ALIGN(S5P_FIMV_ME_BUFFER_SIZE_V8( in s5p_mfc_alloc_codec_buffers_v6()
121 ctx->me_buffer_size = ALIGN(S5P_FIMV_ME_BUFFER_SIZE_V6( in s5p_mfc_alloc_codec_buffers_v6()
235 ctx->me_buffer_size = in s5p_mfc_alloc_codec_buffers_v6()
252 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
259 ctx->me_buffer_size = in s5p_mfc_alloc_codec_buffers_v6()
272 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
278 ctx->me_buffer_size = in s5p_mfc_alloc_codec_buffers_v6()
296 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
301 ctx->me_buffer_size = in s5p_mfc_alloc_codec_buffers_v6()
307 ctx->chroma_dpb_size + ctx->me_buffer_size)); in s5p_mfc_alloc_codec_buffers_v6()
[all …]
Ds5p_mfc_common.h694 size_t me_buffer_size; member