Searched refs:sub_sampled_size (Results 1 – 1 of 1) sorted by relevance
1942 u32 sub_sampled_size = 0; in wave5_vpu_enc_register_framebuffer() local2033 sub_sampled_size = WAVE5_SUBSAMPLED_ONE_SIZE_AVC(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()2035 sub_sampled_size = WAVE5_SUBSAMPLED_ONE_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()2036 vb_sub_sam_buf.size = ALIGN(sub_sampled_size * count, BUFFER_MARGIN) + BUFFER_MARGIN; in wave5_vpu_enc_register_framebuffer()2062 vpu_write_reg(inst->dev, W5_SUB_SAMPLED_ONE_FB_SIZE, sub_sampled_size); in wave5_vpu_enc_register_framebuffer()