Searched refs:enc_ref_c_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_opr_v5.c | 65 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 [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_opr_v5.c | 65 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 [all...] |
Completed in 4 milliseconds