Part Number: AM68A
We are moving from h264 to h265 and focused on achieving as small latency as possible. Because of this we wanted to utilize slicing in h265. However, the only parameters I've seen are:
number_of_mbs_in_a_slice 0x009909dc (int) : min=0 max=65535 step=1 default=0 value=0
slice_parttioning_method 0x009909dd (menu) : min=0 max=1 default=0 value=0 (Single)
0: Single
1: Max Macroblocks
Considering, that it states macroblocks and not ctus, it looks like h265 is not supported. I've also tried to enable slice_parttioning_method=1 for v4l2h265enc, but it was just crashing.