Searched refs:sub_sampled_size (Results 1 – 1 of 1) sorted by relevance
1926 u32 sub_sampled_size = 0; in wave5_vpu_enc_register_framebuffer() local2017 sub_sampled_size = WAVE5_SUBSAMPLED_ONE_SIZE_AVC(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()2019 sub_sampled_size = WAVE5_SUBSAMPLED_ONE_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()2020 vb_sub_sam_buf.size = ALIGN(sub_sampled_size * count, BUFFER_MARGIN) + BUFFER_MARGIN; in wave5_vpu_enc_register_framebuffer()2046 vpu_write_reg(inst->dev, W5_SUB_SAMPLED_ONE_FB_SIZE, sub_sampled_size); in wave5_vpu_enc_register_framebuffer()