Skip to content

v4l2: fix error in calculating padding bottom for tile format

  1. For output tile format, "padded_height" is divided by the "tile_height" in alignment calculation. While "padded_height" is not multiplied by "tile_height" after it. It will cause error in the calculation of the "padding_bottom".
  2. As the result, The "padding_bottom" alignment value in video meta of the out video buffers are all incorrect if the output format is tile format.
Edited by elliot chen

Merge request reports