Home
last modified time | relevance | path

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

/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c434 size_t slice_bytes; in cedrus_h265_setup() local
446 slice_bytes = vb2_get_plane_payload(&run->src->vb2_buf, 0); in cedrus_h265_setup()
494 reg = slice_bytes * 8; in cedrus_h265_setup()
508 reg = VE_DEC_H265_BITS_END_ADDR_BASE(src_buf_addr + slice_bytes); in cedrus_h265_setup()
H A Dcedrus_h264.c351 size_t slice_bytes = vb2_get_plane_payload(src_buf, 0); in cedrus_set_params() local
356 cedrus_write(dev, VE_H264_VLD_LEN, slice_bytes * 8); in cedrus_set_params()
360 cedrus_write(dev, VE_H264_VLD_END, src_buf_addr + slice_bytes); in cedrus_set_params()