commit | e403bf7ff58e3d22c72564ba86945fe526c2d372 | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Thu Oct 21 10:30:35 2021 -0700 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Thu Oct 21 18:53:39 2021 +0000 |
tree | 96d00a28eac1d5c43a40301d48da77aa036196a2 | |
parent | 92da43cc21656232d89cd886e504e69bafd39128 [diff] |
C2SoftDec: Align stride to 128 for avc, hevc and mpeg2 decoders Some platforms allocate graphic buffers with a stride that is aligned to 64. avc, hevc and mpeg2 decoders require chroma stride to be half of luma stride. These two requirements would mean, when allocating buffers, plugins need to align width to 128. Bug: 197307855 Bug: 198747048 Test: atest CtsMediaV2TestCases Change-Id: Idd5bd912fb88ad609e87e08870443a0c814c91d7