Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/ !
Ds5p_mfc_opr_v5.c65 unsigned int enc_ref_c_size = 0; in s5p_mfc_alloc_codec_buffers_v5() local
79 enc_ref_c_size = ALIGN(ctx->img_width, in s5p_mfc_alloc_codec_buffers_v5()
83 enc_ref_c_size = ALIGN(enc_ref_c_size, in s5p_mfc_alloc_codec_buffers_v5()
90 enc_ref_c_size = ALIGN(guard_width * guard_height, in s5p_mfc_alloc_codec_buffers_v5()
94 enc_ref_y_size, enc_ref_c_size); in s5p_mfc_alloc_codec_buffers_v5()
148 (enc_ref_c_size * 4) + in s5p_mfc_alloc_codec_buffers_v5()
157 (enc_ref_c_size * 4); in s5p_mfc_alloc_codec_buffers_v5()
164 (enc_ref_c_size * 4); in s5p_mfc_alloc_codec_buffers_v5()
544 unsigned int enc_ref_y_size, enc_ref_c_size; in s5p_mfc_set_enc_ref_buffer_v5() local
556 enc_ref_c_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN) in s5p_mfc_set_enc_ref_buffer_v5()
[all …]