Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr_v6.c91 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()
96 ctx->luma_dpb_size; in s5p_mfc_alloc_codec_buffers_v6()
103 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()
108 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()
112 ctx->luma_dpb_size; in s5p_mfc_alloc_codec_buffers_v6()
117 ctx->luma_dpb_size = ALIGN(ctx->luma_dpb_size + 256, SZ_2K); in s5p_mfc_alloc_codec_buffers_v6()
123 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()
132 ctx->luma_dpb_size = in s5p_mfc_alloc_codec_buffers_v6()
142 ctx->luma_dpb_size = ALIGN((mb_width * mb_height) * in s5p_mfc_alloc_codec_buffers_v6()
161 ctx->luma_dpb_size, ctx->chroma_dpb_size); in s5p_mfc_alloc_codec_buffers_v6()
[all …]
Ds5p_mfc_common.h708 size_t luma_dpb_size; member