Home
last modified time | relevance | path

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

/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-hw.c1926 u32 sub_sampled_size = 0; in wave5_vpu_enc_register_framebuffer() local
2017 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()