Searched refs:luma_dpb_size (Results 1 – 2 of 2) sorted by relevance
91 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 …]
708 size_t luma_dpb_size; member